function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 40, 212, 0, 0, "#B8B4AD", "#FE460E", "Small Fonts,Helvetica", 7, 
		"bold", "bold", "white", "white", 0, "gray", 4, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, false, 4, false, 0, 0, "black");
	menus[0].addItem("index.html", "", 70, "center", "L'Hotel", 0);
	menus[0].addItem("location.html", "", 90, "center", "Dove siamo", 0);
	//menus[0].addItem("servizi.html", "", 80, "center", "Servizi", 0);
	menus[0].addItem("ristorante.html", "", 90, "center", "Ristorante", 0);
	menus[0].addItem("#", "", 80, "center", "Camere", 1);
	menus[0].addItem("piscina.html", "", 90, "center", "Piscina", 0);
	menus[0].addItem("cerimonie.html", "", 80, "center", "Cerimonie", 0);
	menus[0].addItem("#", "", 130, "center", "Attivitą turistiche", 2);
	menus[0].addItem("mailto:info@hotelcadiberta.it", "", 70, "center", "Email", 0);
	menus[0].floatMenu(800, 600, 10, 0);

//Sub Menu for ("Camere"):
	menus[1] = new menu(100, "vertical", 0, 0, -5, -5, "#D9D6D0", "#EEECE6", "Small Fonts", 7, "bold", "bold", "#817C68", "#FE460E", 1, "#FAF8F3", 5, 62, false, true, false, false, 6, false, 4, 4, "black");
	menus[1].addItem("junior.html", "", 20, "left", "Junior suite", 0);
	menus[1].addItem("suite.html", "", 20, "left", "Suite", 0);

//Sub Menu for ("Turismo"):
	menus[2] = new menu(130, "vertical", 0, 0, -5, -5, "#D9D6D0", "#EEECE6", "Small Fonts", 7, "bold", "bold", "#817C68", "#FE460E", 1, "#FAF8F3", 5, 62, false, true, false, false, 6, false, 4, 4, "black");
	menus[2].addItem("sport.html", "", 20, "left", "Sport", 0);
	menus[2].addItem("http://turismo.provincia.savona.it/it/fare", "_blank", 20, "left", "Escursioni", 0);
	menus[2].addItem("http://turismo.provincia.savona.it/it/manifestazioni", "_blank", 20, "left", "Manifestazioni", 0);
	menus[2].addItem("turismo-culturale.html", "", 20, "left", "Turismo&nbsp;Culturale", 0);
	menus[2].addItem("http://webcam.provincia.savona.it/", "_blank", 20, "left", "Meteo webcam", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
