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="red";
borderstyle="grove";
borderwidth=6;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="black";
offcolor="white";
onbgcolor="black";
oncolor="yellow";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=9)";
padding=4;
pagebgcolor="white";
pagecolor="red";
separatorcolor="#999999";
separatorsize=1;
subimage="arrowdown-white.gif";
subimagepadding=2;
}

with(menuStyle1=new mm_style()){
bordercolor="#999999";
borderstyle="grove";
borderwidth=6;
fontfamily="Verdana, Tahoma, Arial";
fontsize="50%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="white";
offcolor="navy";
onbgcolor="black";
oncolor="yellow";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=9)";
padding=4;
pagebgcolor="white";
pagecolor="red";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Beginning")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
screenposition="center";
top=150;
aI("status=Home;text=Home;url=index-main.html;");
aI("status=About Us;text=About Us;url=aboutus.html");
aI("status=Contact Us;text=Contact Us;url=contact_us.html");
aI("showmenu=Links;text=Links;");
aI("showmenu=Events;text=Events;");
aI("status=Service;text=Service;url=service.html");
aI("status=Sales Info;text=Sales Info;url=sales-info.html");
}

with(milonic=new menuname("Events")){
overflow="scroll";
style=menuStyle;
aI("status=Current Events;text=Current Events;url=events.html;");
aI("status=Archives;text=Archives;url=events-archive.html;");
}

with(milonic=new menuname("Links")){
overflow="scroll";
style=menuStyle;
aI("status=Ski Clubs;text=Ski Clubs;url=ski-clubs.html;");
aI("status=Ski Areas;text=Ski Areas;url=ski-areas.html;");
aI("status=Ski Reports;text=Ski Reports;url=http://www.skireport.com;");
}

drawMenus();

