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="none";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="none";
offcolor="#772B1A";
onbgcolor="none";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="none";
pagecolor="black";
separatorcolor="none";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=33;
orientation="vertical";
style=menuStyle;
top=170;
aI("status=Back To Home Page;text=Home;url=index.htm;image=note.gif;");
aI("image=notes.gif;text=Rentals;url=rent.htm;");
aI("text=Online Store;url=shop.htm;image=notes.gif;");
aI("text=Directions;url=directions.htm;image=note.gif;");
aI("text=Contact Us;url=contact.htm;image=notes.gif;");
}


drawMenus();