function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 0, 70, -2, -2, "#C1D1E0", "#0000A0", "Verdana,Helvetica", 8, 
		"bold", "bold", "#336699", "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("index.html", "", 148, "center", "Home", 0);
	menus[0].addItem("#", "", 235, "center", "Courses", 2);
	menus[0].addItem("#", "", 184, "center", "Useful Links", 1);
	menus[0].addItem("#", "", 184, "center", "About Us", 4);
//menus[0].addItem("#", "", 150, "center", "khamis", 5);
	
	

//Sub Menu for 2nd Main Menu Item ("Useful Links"):
	menus[1] = new menu(180, "vertical", 0, 0, -5, -5, "#EAEFF5", "#0000A0", "Verdana,Helvetica", 8, "bold", 
		"bold", "#336699", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://www.ericsson.com", "NEWWIN", 22, "left", "Ericsson", 0);
	menus[1].addItem("http://www.sonyericsson.com", "NEWWIN", 22, "left", "Sony Ericsson", 0);
	//menus[1].addItem("http://www.xxx.com", "", 22, "left", "link3", 0);
	//menus[1].addItem("http://www.xxx.com", "NEWWIN", 22, "left", "link4", 0);
    
  
  
//Sub Menu for 3rd Main Menu Item ("courses"):
	menus[2] = new menu(235, "vertical", 0, 0, 0, 0, "#EAEFF5", "#0000A0", "Verdana,Helvetica", 8, "bold", 
		"bold", "#336699", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("businessphone.html", "", 22, "left", "Business Phone", 0);
	menus[2].addItem("ccainstructorled.html", "", 22, "left", "Call Centre Applications", 0);
	menus[2].addItem("cmgInstructorLed.html", "", 22, "left", "CMG 2007", 0);
	menus[2].addItem("dnainstructorled.html", "", 22, "left", "DNA", 0);
    menus[2].addItem("edainstructorled.html", "", 22, "left", "EDA", 0);
	menus[2].addItem("mxoneinstructorled.html", "", 22, "left", "MX-ONE", 0);
	menus[2].addItem("oneboxinstructorled.html", "", 22, "left", "MX-ONE Messaging", 0);
	menus[2].addItem("xmpiinstructorled.html", "", 22, "left", "XMP1", 0);
	menus[2].addItem("viprinstructorled.html", "", 22, "left", "ViPr", 0);
	menus[2].addItem("", "", 22, "left", "Others", 3);
//Sub Menu for Sub Menu "courses":
	menus[3] = new menu(180, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 8, "bold", "bold", "#336699", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("", "", 22, "left", "", 0);
	//menus[3].addItem("index.html", "", 22, "left", "sublink-2", 0);
   // menus[3].addItem("index.html", "", 22, "left", "sublink-3", 0);
//Sub Menu for 4th Main Menu Item ("about us"):
	menus[4] = new menu(180, "vertical", 0, 0, 0, 0, "#EAEFF5", "#0000A0", "Verdana,Helvetica", 8, "bold", "bold", "#336699", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("aboutus.html", "", 22, "left", "Our Company", 0);
	menus[4].addItem("contacts.html", "", 22, "left", "Contact Us", 0);
	
	//menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);
	
	

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