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=4;
_subOffsetLeft=-215;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="none";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
//bordercolor="#296488";
//borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#DCE9F0";
//offcolor="#515151";
//onbgcolor="#4F8EB6";
//oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#2D729D";
separatorsize=3;
imagealign="center";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=680;
orientation="vertical";
style=AllImagesStyle;
top=2;
aI("image=images/buttons/home.gif;overimage=images/buttons/home_OVER.gif;status=Back To Home Page;url=index.htm;");
aI("image=images/buttons/theresort.gif;overimage=images/buttons/theresort_OVER.gif;showmenu=theresort;");
aI("image=images/buttons/location.gif;overimage=images/buttons/location_OVER.gif;showmenu=location;");
aI("image=images/buttons/contact.gif;overimage=images/buttons/contact_OVER.gif;status=Contact Us;url=contact.php;");
}

with(milonic=new menuname("theresort")){
overflow="scroll";
style=menuStyle;
aI("image=images/buttons/theresort_about.gif;overimage=images/buttons/theresort_about_OVER.gif;url=about.htm;");
aI("image=images/buttons/theresort_siteplan.gif;overimage=images/buttons/theresort_siteplan_OVER.gif;url=siteplan.htm;");
aI("image=images/buttons/theresort_ayurveda.gif;overimage=images/buttons/theresort_ayurveda_OVER.gif;url=ayurveda.htm;");
aI("image=images/buttons/theresort_activities.gif;overimage=images/buttons/theresort_activities_OVER.gif;url=activities.htm;");
}

with(milonic=new menuname("location")){
style=menuStyle;
aI("image=images/buttons/location_maps.gif;overimage=images/buttons/location_maps_OVER.gif;url=maps.htm;");
aI("image=images/buttons/location_panama.gif;overimage=images/buttons/location_panama_OVER.gif;url=panama.htm;");
aI("image=images/buttons/location_bocas.gif;overimage=images/buttons/location_bocas_OVER.gif;url=bocas.htm;");
aI("image=images/buttons/location_history.gif;overimage=images/buttons/location_history_OVER.gif;url=history.htm;");
aI("image=images/buttons/location_directions.gif;overimage=images/buttons/location_directions_OVER.gif;url=directions.htm;");
}

drawMenus();


