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="Tahoma, Verdana, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ffa500";
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="#ffa500";
separatorsize=1;
separatorpadding=4;
subimage="menu/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=130;
margin=2;
itemwidth=100;
aI("text=Home;url=home.htm;target=iframe;");
aI("showmenu=CRCInfo;text=CRC Info;");
aI("showmenu=News;text=News;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Photos;text=Photos;");
aI("text=Forum;url=http://www.runboard.com/;target=iframe;");
aI("text=Links;url=links.htm;target=iframe;");
}

with(milonic=new menuname("CRCInfo")){
style=menuStyle;
aI("text=About the Club;url=abouttheclub.htm;target=iframe;");
aI("text=Mission Statement;url=mission.htm;target=iframe;");
aI("text=Membership;url=membership.htm;target=iframe;");
aI("text=Committee;url=committee.htm;target=iframe;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Latest;url=news.htm;target=iframe;");
aI("text=Current Newsletter;url=newsletter.pdf;target=_blank;");
aI("text=Newsletter Archive;url=newsletterarchive.htm;target=iframe;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Competitions;url=competitions.htm;target=iframe;");
aI("text=Training;url=training.htm;target=iframe;");
aI("text=Team Events;url=teamdates.htm;target=iframe;");
aI("text=Schedules;url=schedules.pdf;target=_blank;");
aI("text=Entry Forms;url=entryform.pdf;target=_blank;");
aI("text=Helpers List;url=helpers.htm;target=iframe;");
aI("text=Venues;url=venues.htm;target=iframe;");
}

with(milonic=new menuname("Photos")){
style=menuStyle;
aI("text=2007 Events;url=photos2007.htm;target=iframe;");
aI("text=2006 Events;url=photos2006.htm;target=iframe;");
aI("text=2005 Events;url=photos2005.htm;target=iframe;");
}

drawMenus();

