   
  
 function Apri(pURL)
    {
   
		if (pURL == "L1") { myURL = "index.htm"; }
		if (pURL == "L2") { myURL = "informazioni.htm"; }
		if (pURL == "L3") { myURL = "alloggi.htm"; }
		if (pURL == "L4") { myURL = "escursioni.htm"; }
		if (pURL == "L5") { myURL = "chi_siamo.htm"; }
		if (pURL == "L6") { myURL = "club.htm"; }
		if (pURL == "L7") { myURL = "imbarcazioni.htm"; }
		if (pURL == "L8") { myURL = "grotte.htm"; }
		if (pURL == "L9") { myURL = "calette.htm"; }
		if (pURL == "L10") { myURL = "diving.htm"; }
		if (pURL == "L11") { myURL = "meteo.htm";l }
		if (pURL == "L12") { myURL = "arrivare.htm"; }
		if (pURL == "L13") { myURL = "link.htm"; }
		if (pURL == "L14") { myURL = "foto.htm"; }  
		if (pURL == "L30") { myURL = "promozioni.htm"; }  
	
		location.href = myURL;
		//myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=600,left=0,top=1');

	}

 function Link(pURL)
{
     if (pURL == "L1") { myURL = "index.htm"; }
	 if (pURL == "L2") { myURL = "informazioni.htm"; }
	 if (pURL == "L3") { myURL = "alloggi.htm"; }
	 if (pURL == "L4") { myURL = "escursioni.htm"; }
	 if (pURL == "L5") { myURL = "chi_siamo.htm"; }
	 if (pURL == "L6") { myURL = "club.htm"; }
	 if (pURL == "L7") { myURL = "imbarcazioni.htm"; }
	 if (pURL == "L8") { myURL = "grotte.htm"; }	
	 if (pURL == "L9") { myURL = "calette.htm"; }
	 if (pURL == "L10") { myURL = "diving.htm"; }
	 if (pURL == "L11") { myURL = "meteo.htm"; }
	 if (pURL == "L12") { myURL = "arrivare.htm"; }
	 if (pURL == "L13") { myURL = "link.htm"; }
	 if (pURL == "L14") { myURL = "foto.htm"; }
	 if (pURL == "L30") { myURL = "LouisVuittonCup.htm"; }  	

	location.href = myURL;
	
}	

function attenzione()
{
window.open('aggiornamenti.html','','scrollbars=no,left=10,top=10,resizable=no,width=200,height=270');

}

function offerta()
{
window.open('giro.html','','scrollbars=no,left=10,top=10,resizable=no,width=360,height=380');

}