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="24";
fontstyle="bold";
headerbgcolor="#c50000";
headercolor="white";
offbgcolor="";
offcolor="#000000";
onbgcolor="";
oncolor="yellow";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=9)";
padding=8;
pagebgcolor="";
pagecolor="#c50000";
separatorcolor="";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

with(menuStyle1=new mm_style()){
bordercolor="red";
borderstyle="grove";
borderwidth=6;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="bold";
headerbgcolor="#c50000";
headercolor="white";
offbgcolor="#c50000";
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="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Beginning")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
screenposition="center";
top=180;
left=40;
aI("status=Home;text=<div align=right><b>Home</b></div>;url=index.html");
aI("status=Our Location;text=<div align=right><b>Our<br>Location</b></div>;url=contact-us.html");
aI("showmenu=Events;text=<div align=right><b>Events</b></div>;");
aI("showmenu=Links;text=<div align=right><b>Links</b></div>;");
}

with(milonic=new menuname("Events")){
overflow="scroll";
style=menuStyle1;
aI("status=Calendar;text=Calendar;url=calendar.html;");
aI("showmenu=Trunk Show Directions;text=Trunk Show Directions;");
}

with(milonic=new menuname("Trunk Show Directions")){
overflow="scroll";
style=menuStyle1;
aI("status=Betty;text=Betty's House;url=betty-house.html;");
aI("status=Juliet;text=Juliet's House;url=juliet-house.html;");
aI("status=Kathy;text=Kathy's House;url=kathy-house.html;");
}

with(milonic=new menuname("Links")){
overflow="scroll";
style=menuStyle1;
aI("status=Chamber of Commerce;text=Chamber of Commerce;url=http://www.beach-fun.com;target=_blank;");
aI("status=Rehoboth Beach Main Street;text=Rehoboth Beach Main Street;url=http://www.downtownrehoboth.com;target=_blank;");
}


drawMenus();


