

_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=3              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset



with(MainMenuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";

offbgcolor="transparent"
offcolor="#444444";
bordercolor="#888888";
borderstyle="solid";
borderwidth=2;
separatorcolor="#888888";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#0000cc";

headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/_images/arrow_black.gif";
subimagepadding="3";

}

with(SubMenuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="Blue";

headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/_images/arrow_black.gif";
subimagepadding="3";
}

with(milonic=new menuname("my")){
style=SubMenuStyle;
aI("text=Welcome - Login or Create New Account;url=/my/welcome.aspx?s=0;");
aI("text=My Personal Profile;url=/my/profile.aspx?s=2;");
aI("text=Classified Ads;url=/my/classified.aspx?s=3;");
aI("text=Event Registration;url=/my/registration.aspx?s=4;");
aI("text=Logout;url=/my/Logoff.aspx;");
}


with(milonic=new menuname("ChapterInfo")){
style=SubMenuStyle;
aI("text=Chapter Info;url=/chapter/default.aspx;");
aI("text=Chapter Contacts;url=/chapter/ChapterOfficers.aspx;");
}

with(milonic=new menuname("EventDescriptions")){
style=SubMenuStyle;
aI("text=Driving Schools;url=/EventDescriptions/DrivingSchools.aspx;");
aI("text=BMW CCA Club Racing;url=/EventDescriptions/ClubRacing.aspx;");
aI("text=Autocross;url=/EventDescriptions/Autocross.aspx;");
aI("text=Instructing at NOhio Schools;url=/EventDescriptions/InstructingWithNOhio.aspx;");
}

with(milonic=new menuname("DrivingSchools")){
style=SubMenuStyle;
aI("text=What's New for 2008 ?;url=/drivingSchool/WhatsNew.aspx;");
aI("text=Driving School FAQ;url=/DrivingSchool/DS_FAQ.aspx;Status=Info about what a Driving School is, and how to prepare");
aI("text=Watkins Glen Area Info;url=/DrivingSchool/WG_Info.aspx;");
aI("text=Mosport Area Info;url=/drivingschool/mosport.aspx;status=Information about Mosport - the track, the area...;separatorsize=3;");
}

with(milonic=new menuname("DSFAQ")){
style=SubMenuStyle;
aI("text=What is a Driving School ?;url=/DrivingSchool/whatis.aspx;");
aI("text=What is Required ?;url=/DrivingSchool/whatsRequired.aspx;");
aI("text=Driving School FAQ;url=/DrivingSchool/FAQ.aspx;");
}

with(milonic=new menuname("Links")){
style=SubMenuStyle;
aI("text=Links;url=/links/links.aspx;status=Links to other BMW web sites;");
aI("text=Sponsors;url=/links/sponsors.aspx;status=Links to GVC Sponsors;");
aI("text=Local Shops;url=/links/LocalShops.aspx;status=Links to Local Shops;");
}


with(milonic=new menuname("WatkinsGlenAreaInfo")){
style=SubMenuStyle;
aI("text=Watkins Glen Race Track;url=http://www.theglen.com;target='blank';");
aI("text=Watkins Glen Weather;url=http://www.weather.com/weather/local/USNY1528?from=search_city;status=Watkins Glen Weather;target='blank';");
aI("text=Watkins Glen Hotels & Info;url=/DrivingSchool/HotelInfo.aspx;");
}

with(milonic=new menuname("Merch")){
style=SubMenuStyle;
aI("text=Merchandise;url=/Merchandise/Merchandise.aspx;");
aI("text=Promotions;url=/Merchandise/Promotions.aspx;");
}

with(milonic=new menuname("Adver")){
style=SubMenuStyle;
aI("text=Demographics;url=/Advertising/Demographics.aspx;");
aI("text=Advertising and Sponsorships;url=/Advertising/Sponsors.aspx;");
}

with(milonic=new menuname("Archive")){
style=SubMenuStyle;
aI("text=Newsletter;url=/brief/newsletter.aspx;");
aI("text=my Car - your car online;url=/Archive/myCar/myCar.aspx;");
aI("text=Event Photos;url=/Archive/EventPhotos/EventPhotos.aspx;");
aI("text=Other Photos;url=/Archive/Photos/Photos.aspx;");
aI("text=Movies;url=/Archive/movies/movies.aspx;");
aI("text=Links;url=/Archive/Links.aspx;");
}

with(milonic=new menuname("Photos")){
style=SubMenuStyle;
aI("text=Street Survival School - 2006;url=/archive/Photos/StreetSurvival_2006.aspx;");
aI("text=Watkins Glen - May 2006;url=/archive/Photos/Glen_Spring_2006.aspx;");
aI("text=Lots of BMW's;url=/archive/Photos/BMWs.aspx;");
aI("text=Funny Photos;url=/archive/Photos/FunnyPhotos.aspx;");
aI("text=Watkins Glen 2004;url=/archive/Photos/WatkinsGlen2004.aspx;");
aI("text=A Chrome BMW ??;url=/archive/Photos/Chrome_BMW.aspx;");
aI("text=Watkins Glen Spring 2005;url=/archive/Photos/Glen_Spring_2005.aspx;");
aI("text=Watkins Glen Fall 2005;url=/archive/Photos/Glen_Fall_2005.aspx;");
}

drawMenus();

