function init()
{
	//Main Menu items:
	menus[0] = new menu(21, "horizontal", 3, 60, -2, -2, "#C7DBFE", "#0000A0", "tahoma", 8, 
		"bold", "bold", "black", "white", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down1.gif", false, true, true, true, 12, true, 4, 4, "black");
	
	menus[0].addItem("#", "", 95, "center", "Company", 1);
	menus[0].addItem("#", "", 110, "center", "Products", 2);
	menus[0].addItem("#", "", 110, "center", "Downloads", 6);
	menus[0].addItem("careers.asp", "", 85, "center", "Careers", 0);
	menus[0].addItem("customers.html", "", 100, "center", "Customers", 0);
	menus[0].addItem("#", "", 100, "center", "Contact Us", 4);
	menus[0].addItem("index.asp", "", 80, "center", "Home", 0);

//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(140, "vertical", 0, 0, -5, -5, "#C7DBFE", "#0000A0", "tahoma", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("aboutus.html", "", 22, "left", "About Us", 0);
	menus[1].addItem("achievements.html", "", 22, "left", "Achievements", 0);
	menus[1].addItem("news.asp", "", 22, "left", "News & Events", 0);
	menus[1].addItem("segments.html", "", 22, "left", "Segments", 0);
	menus[1].addItem("network.html", "", 22, "left", "Network", 0);
	menus[1].addItem("service.html", "", 22, "left", "Service & Support", 0);
	menus[1].addItem("quality.html", "", 22, "left", "Quality", 0);
	menus[1].addItem("infrastructure.html", "", 22, "left", "Infrastructure", 0);
	

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(155, "vertical", 0, 0, 0, 0, "#C7DBFE", "#0000A0", "tahoma", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right1.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("equipmentproduct.html", "", 22, "left", "AC & Ref. Equipment", 5);
	menus[2].addItem("fanproducts.html", "", 22, "left", "Ind. Fans & Blowers", 0);
	menus[2].addItem("castingproducts.html", "", 22, "left", "Graded Castings", 0);	
	menus[2].addItem("hvacrproducts.html", "", 22, "left", "HVACR Systems", 0);

//Sub Menu for Sub Menu "Products":

//Sub Menu for Gearboxes
menus[5] = new menu(175, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "tahoma", 8, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	
	menus[5].addItem("compressorproducts.html", "", 22, "left", "AC & Ref. Compressors", 0);
	menus[5].addItem("chillingproducts.html", "", 22, "left", "Packaged Chilling Units", 0);
	menus[5].addItem("iceproducts.html", "", 22, "left", "Plate / Flake Ice M/c.", 0);
	
//Sub Menu for Sub Menu "worm":

menus[6] = new menu(150, "vertical", 0, 0, 0, 0, "#C7DBFE", "#0000A0", "tahoma", 8, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");

	menus[6].addItem("software.html", "", 22, "left", "Selection Software", 0);
	menus[6].addItem("catalogue.html", "", 22, "left", "Catalogue", 0);
	

	
//Submenu for GEared Motors

	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "tahoma", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("#", "", 22, "left", "Worm", 0);
	menus[3].addItem("#", "", 22, "left", "Helical", 0); 
	menus[3].addItem("#", "", 22, "left", "Bevel Helical", 0);
	menus[3].addItem("#", "", 22, "left", "Planetary", 0);
	menus[3].addItem("#", "", 22, "left", "Shaft Mounted", 0);

	
//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#C7DBFE", "#0000A0", "tahoma", 8, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("location.html", "", 22, "left", "Locations", 0);
	menus[4].addItem("enquiry.html", "", 22, "left", "Enquiry", 0);
	menus[4].addItem("feedback.html", "", 22, "left", "Feedback", 0);
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.