// JavaScript Document
//funzione per cambiare contenuto dell'iframe
function cambia(id)
{
	var iframe="cont";
	document.getElementById(iframe).src=id;
	if(id=="homeS.php")
	{
		document.getElementById(id).src="imgS/home2.png";
		document.getElementById("doveS.php").src="imgS/dove.png";
		document.getElementById("camereS.php").src="imgS/camere.png";
		document.getElementById("ristoranteS.php").src="imgS/ristorante.png";
		document.getElementById("eventiS.php").src="imgS/eventi.png";
		document.getElementById("contattiS.php").src="imgS/contatti.png";
	}
	else if(id=="camereS.php")
	{
		document.getElementById(id).src="imgS/camere2.png";
		document.getElementById("doveS.php").src="imgS/dove.png";
		document.getElementById("homeS.php").src="imgS/home.png";
		document.getElementById("ristoranteS.php").src="imgS/ristorante.png";
		document.getElementById("eventiS.php").src="imgS/eventi.png";
		document.getElementById("contattiS.php").src="imgS/contatti.png";
	}
	else if(id=="doveS.php")
	{
		document.getElementById(id).src="imgS/dove2.png";
		document.getElementById("homeS.php").src="imgS/home.png";
		document.getElementById("camereS.php").src="imgS/camere.png";
		document.getElementById("ristoranteS.php").src="imgS/ristorante.png";
		document.getElementById("eventiS.php").src="imgS/eventi.png";
		document.getElementById("contattiS.php").src="imgS/contatti.png";
	}
	else if(id=="ristoranteS.php")
	{
		document.getElementById(id).src="imgS/ristorante2.png";
		document.getElementById("doveS.php").src="imgS/dove.png";
		document.getElementById("camereS.php").src="imgS/camere.png";
		document.getElementById("homeS.php").src="imgS/home.png";
		document.getElementById("eventiS.php").src="imgS/eventi.png";
		document.getElementById("contattiS.php").src="imgS/contatti.png";
	}
	else if(id=="eventiS.php")
	{
		document.getElementById(id).src="imgS/eventi2.png";
		document.getElementById("doveS.php").src="imgS/dove.png";
		document.getElementById("camereS.php").src="imgS/camere.png";
		document.getElementById("homeS.php").src="imgS/home.png";
		document.getElementById("ristoranteS.php").src="imgS/ristorante.png";
		document.getElementById("contattiS.php").src="imgS/contatti.png";
	}
	else
	{
		document.getElementById(id).src="imgS/contatti2.png";
		document.getElementById("doveS.php").src="imgS/dove.png";
		document.getElementById("camereS.php").src="imgS/camere.png";
		document.getElementById("ristoranteS.php").src="imgS/ristorante.png";
		document.getElementById("eventiS.php").src="imgS/eventi.png";
		document.getElementById("homeS.php").src="imgS/home.png";
	}
}

function mappa()
{
	window.open("http://maps.google.it/maps?f=q&amp;hl=it&amp;geocode=&amp;q=via+Udine,+Gela&amp;sll=37.069423,14.259031&amp;sspn=0.008218,0.019956&amp;ie=UTF8&amp;ll=37.077504,14.264374&amp;spn=0.008218,0.019956&amp;z=14&amp;iwloc=addr&amp;source=embed");
}