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




with(menuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize=12;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=0;
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#993416";
oncolor="#ffffff";
outfilter="Fade(Overlap=1.00)";
padding=0;
pagecolor="black";
pagematch="true";
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
margin=4;
offbgcolor="transparent";
offcolor="#7b7b7b";
onbgcolor="#004059";
oncolor="#ffffff";
padding=2;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
menubgimage='images/menu_BG.jpg';
}


with(milonic=new menuname("look")){
openstyle="up";
style=submenuStyle;
aI("text=suite #1;url=suite1.html");
aI("text=suite #2;url=suite2.html");
aI("text=suite #3;url=suite3.html");
aI("text=library;url=library.html");
aI("text=great room;url=greatroom.html");
aI("text=kitchen;url=kitchen.html");
aI("text=service area;url=service.html");
aI("text=first look;url=look.html");
}

with(milonic=new menuname("gardens")){
openstyle="up";
style=submenuStyle;
aI("text=wall gardens;url=wallgardens.html;");
aI("text=poolside cabana;url=poolsidecabana.html;");
aI("text=pool terrace;url=poolterrace.html;");
aI("text=overlook ruins;url=ruins.html;");
aI("text=first look;url=gardens.html");
}

with(milonic=new menuname("weddings")){
openstyle="up";
style=submenuStyle;
aI("text=location map;url=text/vieques_map_001.html;target=overlook");
aI("text=floor plans;url=text/floorplan1_txtonly.html;target=overlook");
aI("text=event catering;url=catering.html;");
aI("text=wedding overview;url=catering.html");
}

with(milonic=new menuname("curators")){
openstyle="up";
style=submenuStyle;
aI("text=our story;url=curators.html;");
aI("text=guest quotes;url=quotes.html;");
}

drawMenus();

