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=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#fcb131";
headercolor="#000000";
offbgcolor="#fcb131";
offcolor="#000000";
onbgcolor="#fcb131";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#fcb131";
pagecolor="ffffff";
separatorcolor="#000000";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=300;
orientation="horizontal";
style=menuStyle;
top=115;
aI("text=HOME;url=index.html;");
aI("showmenu=ABOUT;text=ABOUT US;");
aI("showmenu=PREMIERPARK;text=PREMIERPARK&#8482;;");
aI("text=RESERVATIONS;url=departdate.aspx;");
aI("text=DIRECTIONS;url=map.html;");
aI("text=RATES;url=savings.html;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=FAQs;url=questions.html;");
aI("text=Safety;url=safety.html;");
aI("text=Convenience;url=convenience.html;");
aI("text=Customer Service;url=service.html;");
aI("text=Panoramic View;url=panorama.html;");
aI("text=Testimonials;url=testimonials.html;");
aI("text=Handy Links;url=links.html;");
}

with(milonic=new menuname("PremierPark")){
style=menuStyle;
aI("text=Login;url=login.aspx;");
aI("text=PremierPark&#8482; Described;url=card.html;");
}

drawMenus();

