function init()
{
	menus[0] = new menu(150, "vertical", 15, 200, -2, -2, "#8f9fc8", "#8f9fc8", "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("parlanodi.htm", "destra", 22, "center", "Parlano di noi", 0);
	menus[0].addItem("Lirica.htm", "destra", 22, "center", "Stagione Lirica", 0);
	menus[0].addItem("teatridi.htm", "destra", 22, "center", "Stagione Teatrale", 0);
	menus[0].addItem("sagre.htm", "destra", 22, "center", "Sagre Locali", 0);
	menus[0].addItem("numut.htm", "destra", 22, "center", "Numeri Utili", 0);
	menus[0].addItem("elenaz.htm", "destra", 22, "center", "Aziende Aderenti", 0);	
	menus[0].addItem("http://pub32.bravenet.com/postcard/post.php?usernum=2665240020", "destra", 22, "center", "Invia una cartolina", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.