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="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="arrowdown.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="horizontal";
style=menuStyle;
screenposition="center";
top=270;
aI("status=Home;text=Home;url=index.html");
aI("status=Our Location;text=Our Location;url=contact-us.html");
aI("showmenu=Events;text=Events;");
aI("showmenu=Links;text=Links;");
}

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=menuStyle;
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=menuStyle;
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();


