function init()
{
	menus[0] = new menu(20, "horizontal", 50, 159, 0, -2, "#FFFF99", "#0000FF", "Verdana,Helvetica", 9, "bold", 
		"bold", "#0000FF", "#FFFF99", 0, "white", 2, "rollover:../images/tri-down1.gif:../images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "#FFFF99");
	menus[0].addItem("homeit.htm", "", 160, "center", "Pagina Principale", 0);
	menus[0].addItem("aboutit.htm", "", 100, "center", "Chi siamo", 1);
	menus[0].addItem("activitiesit.htm", "", 100, "center", "Attivita'", 2);
	menus[0].addItem("newsit.htm", "", 100, "center", "Notizie", 0);
	menus[0].addItem("schoolinfoit.htm", "", 145, "center", "La nostra scuola", 0);
	menus[0].addItem("linksit.htm", "", 100, "center", "Links", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(120, "vertical", 0, 0, -5, -5, "#FFFF99", "#0000FF", "Verdana,Helvetica", 9, "", 
		"bold", "#0000FF", "#FFFF99", 1, "#0000FF", 2, 187, false, true, false, false, 0, true, 4, 4, "#3366FF");
	menus[1].addItem("managementit.htm", "", 22, "left", "Amministrazione", 0);
	menus[1].addItem("membershipit.htm", "", 22, "left", "Associarsi", 0);
	menus[1].addItem("visionit.htm", "", 22, "left", "Visione", 0);
	menus[1].addItem("http://www.agsep.eu/docs/StatutoIT.pdf", "_blank", 22, "left", "Statuto", 0);

	menus[2] = new menu(120, "vertical", 0, 0, -5, -5, "#FFFF99", "#0000FF", "Verdana,Helvetica", 9, "", 
		"bold", "#0000FF", "#FFFF99", 1, "#0000FF", 2, 187, false, true, false, false, 0, true, 4, 4, "#3366FF");
	menus[2].addItem("canteenit.htm", "", 22, "left", "Mensa", 0);
	
	menus[2].addItem("extrait.htm", "", 22, "left", "Doposcuola", 0);
	menus[2].addItem("libraryit.htm", "", 22, "left", "Biblioteca", 0);
	menus[2].addItem("integrationit.htm", "", 22, "left", "Integrazione", 0);
	menus[2].addItem("socialit.htm", "", 22, "left", "Eventi Sociali", 0);
	menus[2].addItem("transportit.htm", "", 22, "left", "Trasporti", 0);

}