function init()
{
	menus[0] = new menu(150, "vertical", 15, 180, -2, -2, "#ab1818", "#ab1818", "Tahoma", 10, 
		"normal", "underline", "white", "white", 1, "white", 2, "rollover:tri.gif:tri.gif", false, true, true, true, 12, false, 0, 0, "");
	menus[0].addItem("index.htm", "_top", 22, "center", "HOME", 0);
	menus[0].addItem("struttura.htm", "destra", 22, "center", "Struttura del centro", 0);
	menus[0].addItem("Staff_medico.htm", "destra", 22, "center", "Staff centro", 0);
	menus[0].addItem("ilreparto.htm", "destra", 22, "center", "Il reparto", 0);
	menus[0].addItem("", "destra", 22, "center", "Documenti utili", 0);
	menus[0].addItem("", "destra", 22, "center", "Prenotazione", 0);
	menus[0].addItem("http://pub32.bravenet.com/guestbook/2665240020/", "destra", 22, "center", "Libro degli ospiti", 0);	


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.