function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 25, 550, 5, 5, "#939393", "#990000", "Arial", 12, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:../images/tri-down1.gif:../images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("#", "", 120, "center", "Menu", 1);
	
//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(150, "vertical", 0, 0, -5, -5, "#939393", "#990000", "Arial", 12, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("../index.html", "", 22, "left", "Home", 0);
	menus[1].addItem("../I Prodotti/Products.html", "", 22, "left", "Products", 0);
	menus[1].addItem("../Progettazione/Design.html", "", 22, "left", "Design", 0);
	menus[1].addItem("../ISO 9001/ISO 9001_GB.html", "", 22, "left", "ISO 9001:2000", 0);
      menus[1].addItem("../Contatti/Contacts.html", "", 22, "left", "Contacts", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
