function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 173, 170, -2, -2, "6600CC", "#CACAFF", "Verdana,Helvetica", 9, 
		"bold", "bold", "WHITE", "BLACK", 1, "gray", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("index.html", "", 100, "center", "Home", 0);
	menus[0].addItem("#", "", 120, "center", "About Us", 1);
	menus[0].addItem("#", "", 120, "center", "What We Do", 2);
	menus[0].addItem("#", "", 110, "center", "Coach", 4);
        menus[0].addItem("#", "", 100, "center", "Events", 5);
       	menus[0].addItem("", "", 100, "center", "Gallery", 3);     
	menus[0].floatMenu(1024,768,10,0)
	
//Sub Menu for 2nd Main Menu Item ("About Us"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#6600CC", "#CACAFF", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "black", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://barsboxing.com/gg_about_school.html", "", 22, "left", "About Classes", 0);
	menus[1].addItem("http://barsboxing.com/gg_contact_us.html", "", 22, "left", "Contact Us", 0);
	menus[1].addItem("http://barsboxing.com/gg_schedule_pricing.html", "", 30, "left", "Schedule and Pricing", 0);
        menus[1].addItem("javascript:alert('Coming soon')", "", 22, "left", "Gym Facility", 0);
        menus[1].addItem("Location.html", "", 22, "left", "Location Map ", 0);
	menus[1].addItem("http://barsboxing.com/gg_privacy_policy.html", "", 22, "left", "Private Policy", 0);
        menus[1].addItem("gg_terms_use.html", "", 22, "left", "Terms of Use", 0);  

//Sub Menu for 3rd Main Menu Item ("What We Do"):
	menus[2] = new menu(135, "vertical", 0, 0, 0, 0, "#6600cc", "#cacaff", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "black", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("kickboxing.html", "", 30, "left", "Kickboxing (FCR/IR)", 0);
	menus[2].addItem("boxing.html", "", 22, "left", "Boxing", 0);
	menus[2].addItem("muaythai.html", "", 22, "left", "Muay Thai", 0);
//	menus[2].addItem("#", "", 22, "left", "Sports News", 3);

//Sub Menu for Sub Menu "Sports News":
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#6600cc", "#cacaff", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("fighters.htm", "", 22, "left", "Fighters", 0);
	menus[3].addItem("group.htm", "", 22, "left", "Group Photos", 0);
	menus[3].addItem("action.htm", "", 22, "left", "In Action", 0);

//Sub Menu for 4th Main Menu Item ("Our Coach"):
	menus[4] = new menu(157, "vertical", 0, 0, 0, 0, "#6600cc", "#cacaff", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("bio.html", "", 25, "left", "Akmal Zakirov Bio", 0);
	menus[4].addItem("certificates.htm", "", 22, "left", "Certificates", 0);
	menus[4].addItem("http://barsboxing.com/gg_galleries.asp?galltype=trophiesdecs", "", 22, "left", "Trophies", 0);
	menus[4].addItem("http://barsboxing.com/gg_galleries.asp?galltype=teaching", "", 22, "left", "Training Others", 0);
        menus[4].addItem("http://barsboxing.com/gg_galleries.asp?galltype=fighttrain", "", 22, "left", "Fighting Career", 0);
 
//menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Fighting Career", 0); 

//Sub Menu for Sub Menu "Events":
	menus[5] = new menu(148, "vertical", 0, 0, 0, 0, "#6600cc", "#cacaff", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("news.htm", "", 22, "left", "Past Events", 0);
	menus[5].addItem("UpcomingEvents.htm", "", 22, "left", "Upcoming Events", 0);
	//menus[3].addItem("action.htm", "", 22, "left", "In Action", 0);



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
