function init()
{
	menus[0] = new menu(20, "horizontal", -100, 40, 0, 2, "#780000", "#ffffff", "Verdana,Helvetica", 9, 
		"normal", "bold", "#ffffff", "#780000", 0, "", 2, "", false, true, true, false, 0, false, 1, 1, "");
	menus[0].addItem("http://www.stepshow.org/index.html", "", 80, "center", "Home", 0);	
	menus[0].addItem("http://www.stepshow.org/college_stepping.htm", "", 120, "center", "College Stepping", 0);
	menus[0].addItem("http://www.stepshow.org/youth_leagues.htm", "", 80, "center", "Leagues", 0);
	menus[0].addItem("http://www.stepshow.org/workshops.htm", "", 85, "center", "Workshops", 0);
	menus[0].addItem("http://www.stepshow.org/membership.htm", "", 95, "center", "Membership", 0);
	menus[0].addItem("http://www.stepshow.org/awards.htm", "", 80, "center", "Awards", 0);
	menus[0].addItem("http://www.stepshow.org/publications_videos.htm", "", 80, "center", "Media", 4);
	menus[0].addItem("http://www.stepshow.org/certification.htm", "", 95, "center", "Certification", 2);
	menus[0].addItem("http://www.stepshow.org/events.htm", "", 85, "center", "Events", 0);
	menus[0].addItem("http://www.stepshow.org/contact_us.htm", "", 80, "center", "Contact", 0);
	menus[0].floatMenu(700, 768, 10, 2);
	
			
//Sub Menu for 1st Main Menu Item ("2010 Step Camp"):
	menus[1] = new menu(120, "vertical", -90, 15, -5, 5, "880B21", "#ffffff", "Verdana,Helvetica", 8, "normal", 
		"bold", "#ffffff", "", 0, "#880B21", 4, 10, false, true, false, false, 0, false, 1, 1, "");
	menus[1].addItem("http://www.stepshow.org/2010_step_camp.htm#Step_Clinic", "", 20, "left", "Step Clinic ", 0);

//Sub Menu for 1st Main Menu Item ("Certification Sub_Pages"):
	menus[2] = new menu(140, "vertical", -90, 15, -5, 5, "880B21", "#ffffff", "Verdana,Helvetica", 8, "normal", 
		"bold", "#ffffff", "", 0, "#640919", 4, 10, false, true, false, false, 0, false, 1, 1, "");
	menus[2].addItem("http://www.stepshow.org/certification.htm#sanctioning#types", "", 20, "left", "Sanctioning", 0);
	menus[2].addItem("http://www.stepshow.org/certification.htm#sanctioning#types", "", 20, "left", "Coach Certification", 0);
	menus[2].addItem("http://www.stepshow.org/certification.htm#sanctioning#types", "", 20, "left", "Judge Certification", 0);

//Sub Menu for 1st Main Menu Item ("Step U.P."):
	menus[3] = new menu(120, "vertical", 20, -15, -5, 5, "880B21", "#ffffff", "Verdana,Helvetica", 8, "normal", 
		"bold", "#ffffff", "", 0, "#640919", 4, 10, false, true, false, false, 0, false, 1, 1, "");
	menus[3].addItem("http://www.stepshow.org/update/certification.htm#sanctioning", "", 20, "left", "Program Focus", 0);
	
//Sub Menu for 1st Main Menu Item ("Step U.P."):
	menus[4] = new menu(130, "vertical", -90, 15, -5, 5, "880B21", "#ffffff", "Verdana,Helvetica", 8, "normal", 
		"bold", "#ffffff", "", 0, "#640919", 4, 10, false, true, false, false, 0, false, 1, 1, "");
	menus[4].addItem("http://www.stepshow.org/update/publications_videos.htm#cd", "", 20, "left", "Videos", 0);
	menus[4].addItem("http://www.stepshow.org/update/publications_videos.htm#newsletter", "", 20, "left", "Newsletter", 0);
	
	
//Sub Menu for 1st Main Menu Item ("Step U.P."):
	menus[5] = new menu(120, "vertical", -90, 15, -5, 5, "880B21", "#ffffff", "Verdana,Helvetica", 8, "normal", 
		"bold", "#ffffff", "", 0, "#640919", 4, 10, false, true, false, false, 0, false, 1, 1, "");
	menus[5].addItem("http://www.stepshow.org/conferences_training.htm", "", 20, "left", "Training", 0);

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