/* menu *///dichiaro le variabili x 5 menu e 5 livelli di sottomenuvar primo=""var secondo=""var terzo=""var quarto=""var quinto=""var sesto=""var settimo=""var ottavo=""var nono=""var decimo=""var undicesimo=""var sottoprimo=""var sottosecondo=""var sottoterzo=""var sottoquarto=""var sottoquinto=""	if (menu=="1"){	var primo = "current"	}	if (menu=="2"){	var secondo = "current"	}	if (menu=="3"){	var terzo = "current"	}	if (menu=="4"){	var quarto = "current"	}	if (menu=="5"){	var quinto = "current"	}if (menu=="6"){	var sesto = "current"	}if (menu=="7"){	var settimo = "current"	}if (menu=="8"){	var ottavo = "current"	}if (menu=="9"){	var nono = "current"	}if (menu=="10"){	var dieci = "current"	}if (menu=="11"){	var undicesimo= "current"	}if(menu=="12"){	var dodicesimo="current";}	//	if (sottomenu=="1"){	var sottoprimo = "current"	}	if (sottomenu=="2"){	var sottosecondo = "current"	}	if (sottomenu=="3"){	var sottoterzo = "current"	}	if (sottomenu=="4"){	var sottoquarto = "current"	}	if (sottomenu=="5"){	var sottoquinto = "current"	}//attenzione: per attivare il colore del pulsante nella pagina html ci devono essere nell'HEAD dichiarate le seguenti variabili:'//var attivo1= "current"; in questo esempio l'unico pulsante illuminato e' questo.''document.write('<ul>');document.write('<li><a href="s_hotel.php" id='+primo+' name='+primo+'>services</a></li> ');		if (qualesottomenu == "1"){			document.write('<ul>');			document.write('<li><a href="s_hotel.php" id='+sottoprimo+' name='+sottoprimo+'>hotel</a></li> ' );			document.write('<li><a href="s_meeting.php" id='+sottosecondo+' name='+sottosecondo+'>convention hall/exhibition</a></li> ');
			document.write('<li><a href="s_fitness.php" id='+sottoterzo+' name='+sottoterzo+'>fitness center</a></li> ');			document.write('</ul>');			}document.write('<li><a href="c_caratteristiche.php" id='+secondo+' name='+secondo+'>rooms</a></li> ');		if (qualesottomenu == "2"){			document.write('<ul>');			document.write('<li><a href="c_caratteristiche.php" id='+sottoprimo+' name='+sottoprimo+'>characteristics</a></li> ');			document.write('<li><a href="c_galleria.php" id='+sottosecondo+' name='+sottosecondo+'>photogallery</a></li> ' );			document.write('</ul>');			}document.write('<li><a  href="reservation.php"  id='+terzo+' name='+terzo+'>reservation</a></li> ');document.write('<li><a href="tariffa.php" id='+quarto+' name='+quarto+'>rates</a></li> ');document.write('<li><a href="offerte.php" id='+quinto+' name='+quinto+'>offering</a></li> ');document.write('<li><a href="mercha.php" id='+sesto+' name='+sesto+'>merchandising</a></li> ');document.write('<li><a href="meteo_en.php" id='+settimo+' name='+settimo+'>weather forecast</a></li> ');document.write('<li><a href="inzona.php" id='+ottavo+' name='+ottavo+'>vicinity</a></li> ');		if (qualesottomenu == "8"){			document.write('<ul>');			document.write('<li><a href="inzona.php" id='+sottoprimo+' name='+sottoprimo+'>udine s photogallery </a></li> ' );			document.write('<li><a href="cosafare.php" id='+sottosecondo+' name='+sottosecondo+'>what to make</a></li> ' );			document.write('</ul>');			}document.write('<li><a href="news.php" id='+nono+' name='+nono+'>news</a></li> ');document.write('<li><a href="raggiungere.php" id='+dieci+' name='+dieci+'>how to reach us</a></li> ');document.write('<li><a href="contatto.php" id='+undicesimo+' name='+undicesimo+'>contact</a></li> ');document.write('<li><a href="partners.php" id='+dodicesimo+' name='+dodicesimo+'>partners</a></li> ');		document.write('</ul>');
