<!--

Event.observe(window, "load", addMappaInterna);
 
function addMappaInterna() {
	var so = new SWFObject("/includes/flash/mappaInterna.swf", "mappaInterna", "485", "288", "8");
	so.addParam("quality", "high");
	so.addParam("wmode", "transparent");
	so.write("mappa");
	$("mappa").show();
}

//-->		
