$(document).ready(function(){
	$('a.highslide').each(function() {
	    this.onclick = function() {
	      return hs.expand(this,config1);
	    };
	});

});
function swapmap(file) {
	 document.images['mapa'].src='images/'+file+'.gif';
	 }

