   
  
 function Apri(pURL)
    {
   
		if (pURL == "L1") { myURL = "index.html"; }
		if (pURL == "L2") { myURL = "informazioni.html"; }
		if (pURL == "L3") { myURL = "alloggi.html"; }
		if (pURL == "L4") { myURL = "escursioni.html"; }
		if (pURL == "L5") { myURL = "chi_siamo.html"; }
		if (pURL == "L6") { myURL = "club.html"; }
		if (pURL == "L7") { myURL = "imbarcazioni.html"; }
		if (pURL == "L8") { myURL = "grotte.html"; }
		if (pURL == "L9") { myURL = "calette.html"; }
		if (pURL == "L10") { myURL = "diving.html"; }
		if (pURL == "L11") { myURL = "meteo.html";l }
		if (pURL == "L12") { myURL = "arrivare.html"; }
		if (pURL == "L13") { myURL = "link.html"; }
		if (pURL == "L14") { myURL = "foto.html"; }  
		if (pURL == "L30") { myURL = "promozioni.html"; }  
	
		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.html"; }
	 if (pURL == "L2") { myURL = "informazioni.html"; }
	 if (pURL == "L3") { myURL = "alloggi.html"; }
	 if (pURL == "L4") { myURL = "escursioni.html"; }
	 if (pURL == "L5") { myURL = "chi_siamo.html"; }
	 if (pURL == "L6") { myURL = "club.html"; }
	 if (pURL == "L7") { myURL = "imbarcazioni.html"; }
	 if (pURL == "L8") { myURL = "grotte.html"; }	
	 if (pURL == "L9") { myURL = "calette.html"; }
	 if (pURL == "L10") { myURL = "diving.html"; }
	 if (pURL == "L11") { myURL = "meteo.html"; }
	 if (pURL == "L12") { myURL = "arrivare.html"; }
	 if (pURL == "L13") { myURL = "link.html"; }
	 if (pURL == "L14") { myURL = "foto.html"; }
	 if (pURL == "L30") { myURL = "LouisVuittonCup.html"; }  	

	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');

}

function showRiga(){

	var a = document.getElementById("show1");
	var b = document.getElementById("show2");
	var c = document.getElementById("show3");
	var d = document.getElementById("show4");
	var e = document.getElementById("show5");
	var f = document.getElementById("show6");
	
	if (a.style.display == ''){a.style.display = 'none';}else{a.style.display = '';	}
	if (b.style.display == ''){b.style.display = 'none';}else{b.style.display = '';	}
	if (c.style.display == ''){c.style.display = 'none';}else{c.style.display = '';	}
	if (d.style.display == ''){d.style.display = 'none';}else{d.style.display = '';	}
	if (e.style.display == ''){e.style.display = 'none';}else{e.style.display = '';	}
	if (f.style.display == ''){f.style.display = 'none';}else{f.style.display = '';	}
	
}
