_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
keepalive="true";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="yellow";
ondecoration="underline";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=2)";
padding=4;
rawcss="padding-left:10px;padding-right:10px;";
separatorimage="cartoon_sep_sub.gif";
separatorsize=3;
}

with(menuStyle=new mm_style()){
styleid=1;
bgimage="cartoon_background.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
itemheight=28;
itemwidth=83;
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overbgimage="cartoon_back.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=5)";
separatorimage="cartoon_sep.gif";
separatorsize=3;
}

with(otis=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=84;
aI("align=center;text=Home;url=index.asp;");
aI("align=center;showmenu=Tickets;text=Tickets;url=https://t5.clicknprint.com/tix/SilverStream/Pages/pgIndex.html?siteID=978;");
aI("align=center;showmenu=Events;text=Events;");
aI("align=center;showmenu=Competition;text=Competition;");
aI("align=center;showmenu=Hospitality;text=Hospitality;");
aI("align=center;showmenu=Marketing;text=Marketing;url=marketing.asp;");
aI("align=center;showmenu=News;text=News;");
aI("align=center;showmenu=Info;text=Visiting Us;");
aI("align=center;showmenu=Dragstrip;text=Dragstrip;");
}

with(otis=new menuname("Tickets")){
orientation="vertical";
style=submenuStyle;
aI("text=Buy Tickets;url=https://t5.clicknprint.com/tix/SilverStream/Pages/pgIndex.html?siteID=978;");
aI("text=Group Sales;url=groupsales.asp;");
aI("text=Fundraising;url=fundraising.asp;");
}

with(otis=new menuname("Events")){
orientation="vertical";
style=submenuStyle;
aI("text=2010 Speedway Schedule;url=schedule.asp;");
aI("text=2010 Dragstrip Schedule;url=dragstrip/site/dragsched.asp;");
}

with(otis=new menuname("Competition")){
orientation="vertical";
style=submenuStyle;
aI("text=2010 Race Results;url=http://www.mylaps.com/results/showevents.jsp?st=3&org=94449;");
aI("text=2010 Points Standings;url=standings.asp;");
aI("text=Competition Rules;url=rules.asp;");
aI("text=Competition News;url=compnews.asp;");
aI("text=Track Records;url=records.asp;");
aI("text=1999-2009 Division Standings;url=classic.asp;");
}

with(otis=new menuname("Hospitality")){
orientation="vertical";
style=submenuStyle;
aI("text=Corporate Hospitality;url=corporatehosp.asp;");
aI("text=Suite/Chalet Rentals;url=rentals.asp;");
aI("text=Birthday Parties;url=bday.asp;");
aI("text=Car Club Outings;url=carclubouting.asp;");
aI("text=Turn One VIP Club;url=turnone.asp;");
}

with(otis=new menuname("Marketing")){
orientation="vertical";
style=submenuStyle;
aI("text=Marketing Main;url=marketing.asp;");
aI("text=Entertainment Industry;url=industry.asp;");
aI("text=Marketing Package;url=marketingpdfindex.asp;");
aI("text=Track Sponsors;url=sponsors.asp;");
}

with(otis=new menuname("News")){
orientation="vertical";
style=submenuStyle;
aI("text=News Releases;url=press.asp;");
aI("text=Race Reports;url=reports.asp;");
aI("text=Upcoming Event Info;url=story.asp;");
aI("text=Low Budget TV;url=lowbudget.asp;");
}

with(otis=new menuname("Info")){
orientation="vertical";
style=submenuStyle;
aI("text=Track Info;url=track.asp;");
aI("text=Directions;url=maps.asp;");
aI("text=Hotels;url=hotels.asp;");
aI("text=Track Rules;url=trackrules.asp;");
}

with(otis=new menuname("Dragstrip")){
orientation="vertical";
style=submenuStyle;
aI("text=Dragstrip Home;url=dragstrip/index.asp;");
aI("text=Dragstrip Schedule;url=dragstrip/site/dragsched.asp;");
aI("text=Dragstrip Points;url=dragstrip/site/summit_et.asp;");
aI("text=Dragstrip Rules;url=dragstrip/site/street_rules.html;");
}
drawMenus();

