function init()
{
	menus[0] = new menu(25, "horizontal", 70, 356, 5, -5, "#90A5C2", "#cecece", "Verdana,Helvetica", 9, "bold", "bold italic", "black", "red", 1, "black", 2, "rollover:tridown.gif:tridown.gif", false, true, true, true, 12, true, 4, 4, "gray");
	menus[0].addItem("#", "", 50, "center", "Home", 0);
     	menus[0].addItem("calendar.htm", "", 90, "center", "Calendar", 1);
	menus[0].addItem("memberlist.htm", "", 80, "center", "Members", 0);
	menus[0].addItem("links.htm", "", 60, "center", "Links", 0);
	menus[0].addItem("classifieds/classifieds.htm", "", 90, "center", "Classifieds", 0);
	menus[0].addItem("join.htm", "", 60, "center", "Join", 0);
        	menus[0].addItem("about.htm", "", 70, "center", "Officers", 0);
	menus[0].addItem("contact.htm", "", 70, "center", "Contact", 0);
	menus[0].addItem("otherevents.asp","",120,"center","More Events",0);


//Sub Menu for 2nd Main Menu Item ("Calendar"):
	menus[1] = new menu(45, "horizontal", 0, 0, -5, -5, "#90A5C2", "#cecece", "Verdana,Helvetica", 9, "bold", "bold italic", "black", "red", 1, "black", 5, 0, false, true, false, true, 6, true, 4, 4, "gray");
	menus[1].addItem("events08/wintersocial/wintersocial08.htm", "NEWWIN", 100, "center", "Winter Social", 0);
	menus[1].addItem("events08/milwmile/milwmile08.htm","NEWWIN",100, "center","Milwaukee Mile",0);
	menus[1].addItem("events08/detailday/detailday08.htm","NEWWIN",100,"center","Drive 'n Eat",0);
                  menus[1].addItem("events08/techday/techday08.htm","NEWWIN",100,"center","Tech Day",0);
	menus[1].addItem("http://www.rxclubofwi.org/rally/","NEWWIN",100,"center","MRR 2008",0);
                  menus[1].addItem("events08/carshow/carshow08.htm","NEWWIN",100,"center","Riverfront Car Show",0);
	menus[1].addItem("events08/falldrive/falldrive08.htm","NEWWIN",100,"center","Fall Drive",0);
	menus[1].addItem("events08/fallmeeting/fallmeeting08.htm","NEWWIN",100,"center","Annual Fall Meeting",0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.