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=20;
_subOffsetLeft=5;


with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=5;
}

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#474b24";
offcolor="#dbd8bf";
onbgcolor="#3b3e1b";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=7;
pagebgcolor="";
pagecolor="";
separatorcolor="#5f6334";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/nav3_n_01.jpg;overimage=images/nav3_y_01.jpg;url=index.html;");
aI("image=images/nav3_n_02.jpg;overimage=images/nav3_y_02.jpg;showmenu=Master;");
aI("image=images/nav3_n_03.jpg;overimage=images/nav3_y_03.jpg;url=location.html;showmenu=Location;");
aI("image=images/nav3_n_04.jpg;overimage=images/nav3_y_04.jpg;showmenu=Gallery;");
aI("image=images/nav3_n_05.jpg;overimage=images/nav3_y_05.jpg;url=news/;");
aI("image=images/nav3_n_06.jpg;overimage=images/nav3_y_06.jpg;url=thelake.html;showmenu=About;");
aI("image=images/nav3_n_07.jpg;overimage=images/nav3_y_07.jpg;url=contact.php;");
}


with(milonic=new menuname("Master")){
style=menuStyle;
aI("text=Site Plan & Amenities;url=siteplan.html;");
aI("text=Pricing Information;url=pricing.php;");
aI("text=Design Guidelines;url=designguidelines.html;");
}

with(milonic=new menuname("Location")){
style=menuStyle;
aI("text=Activities & Attractions;url=activities.html;");
aI("text=Map;url=location.html;");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=The Coves Video;url=video.html;");
aI("text=Images of The Coves;url=images.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Optima Properties;url=optimaproperties.html;");
}

drawMenus();

