function init()
{
	menus[0] = new menu(180, "vertical", 145, 232, -2, -2, "#cadce8", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 3, "white", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, false, 5, false, 2, 2, "black");
	menus[0].addItem("index.html", "", 22, "left", "Home", 0);
	menus[0].addItem("profile.htm", "", 22, "left", "  Company Profile", 1);
	menus[0].addItem("expertise.htm", "", 22, "left", "  Our Expertise", 2);
	menus[0].addItem("products.htm", "", 22, "left", "  Products & Services", 3);
	menus[0].addItem("career.htm", "", 22, "left", "  Career", 0);
	menus[0].addItem("contact.php", "", 22, "left", "  Contact Us", 0);
	menus[0].addItem("casestudy.htm", "", 22, "left", "  Case Study", 0);

//Sub Menu for 2nd Main Menu Item (company profile"):
	menus[1] = new menu(185, "vertical", 0, 0, -5, -5, "#cadce8", "black", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 5, true, 2, 2, "black");
	menus[1].addItem("profile.htm", "", 35, "left", "CORPORATE INFORMATION", 0);
	menus[1].addItem("management.htm", "", 22, "left", "MANAGEMENT TEAM", 0);
	menus[1].addItem("vision&mission.htm", "", 22, "left", "VISION & MISSIONS", 0);


//Sub Menu for 3rd Main Menu Item ("Our expertise"):
	menus[2] = new menu(250, "vertical", 0, 0, 0, 0, "#cadce8", "black", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 5, true, 2, 2, "black");
	menus[2].addItem("expertise_Application.htm", "", 22, "left", "APPLICATION", 0);
	menus[2].addItem("expertise_technologies.htm", "", 22, "left", "TECHNOLOGIES & TOOLS", 0);
	menus[2].addItem("expertise_software.htm", "", 22, "left", "SOFTWARE ENGINEERING", 0);

//Sub Menu for Sub Menu "products & services":
	menus[3] = new menu(250, "vertical", 0, 0, 0, 0, "#cadce8", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 5, true, 2, 2, "black");
	menus[3].addItem("products_coresys.htm", "", 22, "left", "CORE Systems", 0);
	menus[3].addItem("products_sql.htm", "", 22, "left", "SQL Account", 0);
	menus[3].addItem("services_technical.htm", "", 22, "left", "Technical Consultancy", 0);
	menus[3].addItem("services_dekstop.htm", "", 22, "left", "Desktop & Web Development", 0);

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