function init()
{
	//Main Menu items:
	menus[0] = new menu(173, "vertical", 31, 143, -2, -2, "#CACAFF", "#E2C655", "Verdana,Helvetica", 8, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 0, 0, "#000000");
	menus[0].addItem("aboutus.html", "", 22, "left", "&nbsp;About Company", 0);
	menus[0].addItem("solutions.html", "", 22, "left", "&nbsp;Solutions", 1	);
	menus[0].addItem("consult.html", "", 22, "left", "&nbsp;Consulting", 0);
	menus[0].addItem("svcs.html", "", 22, "left", "&nbsp;Our services", 2);
	menus[0].addItem("req_svc.html", "", 23, "left", "&nbsp;Request Service", 0);
	menus[0].addItem("shop.html", "", 23, "left", "&nbsp;Shop Online", 0);		

//Sub Menu for 2nd Main Menu Item ("Solutions"):
	menus[1] = new menu(165, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 2, 2, "black");
	menus[1].addItem("solutions.html#maint", "", 22, "left", "Maintenance ", 0);
	menus[1].addItem("solutions.html#sas", "", 22, "left", "Sales and Support ", 0);
	menus[1].addItem("solutions.html#dbd", "", 22, "left", "Database Desgin", 0);
	//menus[1].addItem("http://www.builder.com", "NEWWIN", 22, "left", "Builder.com", 0);

//Sub Menu for 3rd Main Menu Item ("Our Services"):
	menus[2] = new menu(175, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 2, 2, "#000000");
	menus[2].addItem("svcs.html#os", "", 22, "left", "Operating Systems", 0);
	menus[2].addItem("svcs.html#dr", "", 22, "left", "Disaster Recovery", 0);
	menus[2].addItem("svcs.html#wdg", "", 22, "left", "Design & Graphics", 0);
	menus[2].addItem("svcs.html#its", "", 22, "left", "IT  Security", 0);
	menus[2].addItem("svcs.html#net", "", 22, "left", "Networking", 0);	
	menus[2].addItem("svcs.html#cs", "", 22, "left", "Cabling Services", 0);	
	menus[2].addItem("svcs.html#hdw", "", 22, "left", "hardware", 0);
	menus[2].addItem("svcs.html#ea", "", 22, "left", "Email & Application", 0);		
	



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.