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="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#008000";
offbgcolor="#008000";
offcolor="#000000";
onbgcolor="#008000";
oncolor="#ffffff";
overfilter="Fade(overlap=1.00, duration=0.1)";
outfilter="Fade(overlap=1.00, duration=0.5)";
padding=4;
pagebgcolor="#008000";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=Home/Home.html;target=mainwindow;");
aI("showmenu=Teams;text=Teams;");
aI("showmenu=Camp;text=Camp;url=Camp/Camp Main.html;target=mainwindow;");
aI("showmenu=Delta Invite;text=Delta Invite;url=Delta Invite/Delta Invite Main.html;target=mainwindow;");
aI("text=Directions;url=Directions/Meets.html;target=mainwindow");
aI("showmenu=Hall Of Fame;text=Hall Of Fame;");
aI("showmenu=Information;text=Information;");
aI("text=Videos;url=Videos/Videos.html;target=mainwindow;");
aI("showmenu=Records;text=Records;");
aI("showmenu=Schedules/Results;text=Schedules/Results;");
}

with(milonic=new menuname("Teams")){
overflow="scroll";
style=menuStyle;
aI("text=Collegiate;url=Athletes/Collegiate.html;target=mainwindow;")
aI("text=High School;url=Athletes/High School Athletes.html;target=mainwindow;")
aI("text=Middle School;url=Athletes/Middle School Athletes.html;target=mainwindow;")
aI("text=Running Club;url=Athletes/Running Club.html;target=mainwindow;")
aI("text=Coaches;url=Athletes/Coaches.html;target=mainwindow;")
}

with(milonic=new menuname("Camp")){
style=menuStyle;
aI("text=Camp Gear;url=Camp/Camp gear.html;target=mainwindow;");
aI("text=Guest Speakers;url=Camp/Guest Speakers.html;target=mainwindow;");
}

with(milonic=new menuname("Delta Invite")){
style=menuStyle;
aI("text=Results;url=Delta Invite/Results.html;target=mainwindow;");
aI("showmenu=Course Maps;text=Course Maps;url=;");
}

with(milonic=new menuname("Course Maps")){
style=menuStyle;
aI("text=High School;url=Delta Invite/High School Map.pdf;target=newwindow;");
aI("text=Middle School;url=Delta Invite/Middle School Map.pdf;target=newwindow;");
aI("text=Course Marshals;url=Delta Invite/Course Marshal Map.pdf;target=newwindow;");
}

with(milonic=new menuname("Hall Of Fame")){
style=menuStyle;
aI("text=Athletes;url=Hall of Fame/Athletes.html;target=mainwindow;");
aI("text=Teams;url=Hall of Fame/teams.html;target=mainwindow;");
}

with(milonic=new menuname("Information")){
style=menuStyle;
aI("text=Course Maps;url=News/Course Maps.html;target=mainwindow;");
aI("text=Running Links;url=News/Running links.html;target=mainwindow;");
aI("text=League Records;url=News/League Records.html;target=mainwindow;");
aI("text=Event Calendar;url=http://www.brownbearsw.com/freecal/distancepride;target=mainwindow;");
aI("text=Local Routes;url=News/Routes.html;target=mainwindow;");
aI("showmenu=Local Races;text=Local Races;url=;");
}

with(milonic=new menuname("Local Races")){
style=menuStyle;
aI("text=Chicken Run;url=News/Chicken Run.html;target=mainwindow;");
aI("text=Dirt Run;url=News/Dirt Run/MAIN.htm;target=mainwindow;");
}

with(milonic=new menuname("Records")){
style=menuStyle;
aI("text=HS Boys;url=Records/High School Boys.html;target=mainwindow;");
aI("text=HS Girls;url=Records/High School Girls.html;target=mainwindow;");
aI("text=MS Boys;url=Records/Middle School Boys.html;target=mainwindow;");
aI("text=MS Girls;url=Records/Middle School Girls.html;target=mainwindow;");
}

with(milonic=new menuname("Summer Training")){
style=menuStyle;
aI("text=430;url=Levels/Level_430.pdf;target=mainwindow;");
aI("text=445;url=Levels/Level_445.pdfl;target=mainwindow;");
aI("text=460;url=Levels/Level_460.pdf;target=mainwindow;");
aI("text=530s;url=Levels/Level_530.pdf;target=mainwindow;");
aI("text=545;url=Levels/Level_545.pdf;target=mainwindow;");
aI("text=560;url=Levels/Level_560.pdf;target=mainwindow;");
aI("text=630;url=Levels/Level_630.pdf;target=mainwindow;");
aI("text=645;url=Levels/Level_645.pdf;target=mainwindow;");
aI("text=660;url=Levels/Level_640.pdf;target=mainwindow;");
}

with(milonic=new menuname("Schedules/Results")){
style=menuStyle;
aI("text=High School;url=Schedule/High School Results.html;target=mainwindow;");
aI("text=Middle School;url=Schedule/Middle School Results.html;target=mainwindow;");
}

drawMenus();


