function init()
{
	//Main Menu items:
	menus[0] = new menu(29, "horizontal", 62, 186, -2, -2, "#ffffff", "#000030", "Verdana,Helvetica", 9, "bold", "bold", "#000030", "white", 2, "#000000", 3, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("index.htm", "", 80, "center", "Home", 0);
	menus[0].addItem("", "", 93, "center", "Calendar", 1);
	menus[0].addItem("vegas_jazz_mission.htm", "", 115, "center", "Our Mission", 0);
	menus[0].addItem("jazz_notes.htm", "", 110, "center", "Jazz Notes!", 0);
	menus[0].addItem("history_1975.htm", "", 93, "center", "History", 0);
	menus[0].addItem("friends.htm", "", 100, "center", "Artists", 0);
	menus[0].addItem("contact.htm", "", 113, "center", "Contact Us", 0);
	menus[0].addItem("store.htm", "", 83, "center", "Store", 0);
	
	
	menus[1] = new menu(140, "vertical", 0, 0, 0, 0, "#ffffff", "#000030", "Verdana,Helvetica", 9, "bold", "bold", "#000030", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("events_09_Sep.htm", "", 22, "left", "Current Events", 0);
	menus[1].addItem("gig_info.htm", "NEWWIN", 22, "left", " List Your Gig", 0);






//Sub Menu for the Products
	
	


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.