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=-1;
_subOffsetLeft=-2;

with(menuStyleHome=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="ffffff";
offcolor="#00315E";
onbgcolor="#ffffff";
oncolor="#cc0000";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.0);Alpha(opacity=100)";
padding=8;
pagebgcolor="#ffffff";//YELLOW CURRENT PAGE
pagecolor="#cc0000";//GREY FONT CURRENT PAGE
//separatorcolor="#ffffff";
separatorsize=1;
separatorimage="images/navline.gif";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontsize="11";
fontfamily="Tahoma";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#cc0000";
offcolor="#ffffff"; //GREYFONT
onbgcolor="#7DA8D1";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=5;
pagebgcolor="#7DA8D1";//YELLOW CURRENT PAGE
pagecolor="#ffffff";//GREY FONT CURRENT PAGE
separatorcolor="#ffffff";
separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("programs")){
overflow="scroll";
style=menuStyle;
aI("text=CanSkate;url=canskate.php;")
aI("text=Ice Stars;url=icestars.php;")
aI("text=StarSkate Junior;url=starskatejunior.php;")
aI("text=Intermediate & Senior;url=intermediate.php;")
aI("text=CanPowerSkate;url=canpowerskate.php;")
}

with(milonic=new menuname("adultprograms")){
style=menuStyle;
aI("text=Ice Breakers Teen Skate;url=icebreakersteen.php");
aI("text=Ice Blazers;url=iceblazers.php");
aI("text=Metro Masters;url=metromasters.php");
}

with(milonic=new menuname("schedule")){
style=menuStyle;
aI("text=Session Times;url=sessiontimes.php")
aI("text=Events;url=events.php")
aI("text=Results;url=results.php")
}

with(milonic=new menuname("equipment")){
style=menuStyle;
aI("text=Skates & Sharpening;url=skatessharpening.php")
aI("text=Helmets;url=helmets.php")
}

with(milonic=new menuname("notices")){
style=menuStyle;
aI("text=Newsletter;url=newsletter.php")
aI("text=Cancellations;url=cancellations.php")
aI("text=Refund Policy;url=refundpolicy.php")
}

with(milonic=new menuname("moreinfo")){
style=menuStyle;
aI("text=Badges;url=badges.php")
aI("text=Bulletin Board;url=bulletinboard.php")
aI("text=Documents;url=documents.php")
aI("text=Photos;url=photos.php")
aI("text=Skate Fest Competition;url=skatefestcompetition.php")
aI("text=Volunteers;url=volunteers.php")
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Bedford Skating Club;url=bedfordskatingclub.php")
aI("text=Coaches;url=coaches.php")
}

drawMenus();

