fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ff3366";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("showmenu=torcrace;text=TORC Race;");
aI("showmenu=pronational;text=PRO NATIONAL;");
aI("showmenu=location;text=Location;");
aI("showmenu=amateurmx;text=Amateur MX;");
aI("showmenu=atvs;text=ATVs;");
aI("showmenu=results;text=Results;");
aI("text=Open Riding;url=openriding.htm;");
aI("showmenu=weather;text=Local Weather;");
aI("text=Contact Us;url=contactus.htm;");
}

with(milonic=new menuname("torcrace")){
overflow="scroll";
style=menuStyle;
aI("text=Tickets;url=TORCTickets.htm;")
aI("text=Spectator Info;url=TORCSpectator.htm;")
aI("text=Race Schedule;url=TORCSchedule.htm;")
aI("text=Camping Info;url=TORCCamping.htm;")
aI("text=Hotels;url=TORCHotels.htm;")
aI("text=Directions;url=TORCDirections.htm;")
aI("text=Driver/Team Info;url=TORCRacers.htm;")
}

with(milonic=new menuname("pronational")){
overflow="scroll";
style=menuStyle;
aI("text=Tickets;url=NatTickets.htm;")
aI("text=Camping;url=NatCamping.htm;")
aI("text=Spectator Info;url=NatSpectator.htm;")
aI("text=Pro Schedule;url=NatPro.htm;")
aI("text=Amateur Racing;url=NatAmateur.htm;")
aI("text=Hotels;url=NatHotels.htm;")
aI("text=Directions;url=NatDirections.htm;")
}

with(milonic=new menuname("location")){
style=menuStyle;
aI("text=Directions, Hotels, etc.;url=directions.htm;")
}

with(milonic=new menuname("amateurmx")){
style=menuStyle;
aI("text=Class List;url=classlist.htm");
aI("text=Info, Rules;url=racerules.htm;");
aI("text=Race Fees;url=racefees.htm;");
aI("text=LL Amateur Regional;url=llamateurregional.htm;");
}

with(milonic=new menuname("ATVs")){
style=menuStyle;
aI("text=ATV Nationals;url=atvnationals.htm;");
aI("text=Amateur ATV;url=amateuratv.htm;");
aI("text=Photo Gallery;url=http://minixcam.net/redbud.2007.ATV.quad.pics/;target=_blank");
}

with(milonic=new menuname("Results")){
style=menuStyle;
aI("text=Race Results;url=http://redbudmx.com/results/index.asp;target=_blank");
}



with(milonic=new menuname("Weather")){
style=menuStyle;
aI("text=Weather.com;url=http://www.weather.com/weather/weekend/49107;target=_blank");
aI("text=Local WNDU-TV;url=http://www.wndu.com/weather;target=_blank");
}
drawMenus();


