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=0;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#0066CC";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
padding=8;
pagebgcolor="#000000";
pagecolor="#FFFFFF";
separatorcolor="#0066CC";
separatorsize=1;
subimage="/jscripts/arrow.gif";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
top=10;
aI("showmenu=Links;text=INTRODUCTION;;showmenu=INTRODUCTION");
aI("showmenu=Links;text=LOCATION;;showmenu=LOCATION");
aI("showmenu=Links;text=AVAILABILITY;;showmenu=AVAILABILITY");
aI("showmenu=Links;text=VIRTUAL TOURS;;showmenu=VIRTUAL TOURS");
aI("showmenu=Links;text=RESIDENCES;;showmenu=RESIDENCES");
aI("showmenu=Links;text=PRIVATE MARINA;url=/marina.php;");
aI("showmenu=Links;text=CONTACT;;showmenu=CONTACT");
}

with(milonic=new menuname("INTRODUCTION")){
overflow="scroll";
style=menuStyle;
aI("text=Introduction;url=/intro.php;")
aI("text=Schools;url=http://www.schoolmatters.com/;")
}

with(milonic=new menuname("LOCATION")){
overflow="scroll";
style=menuStyle;
aI("text=On Strickland Avenue & 57th Place;")
aI("text=Map;url=/map.php;")
aI("text=Site Plan;url=/site.php;")
aI("text=Directions;url=/directions.php;")
}

with(milonic=new menuname("AVAILABILITY")){
style=menuStyle;
aI("text=Pricing from $1,100,000;");
aI("text=Availability Site Plan;url=/availability.php;");
aI("text=List of Available Sites;url=/site_list.php;");
}

with(milonic=new menuname("VIRTUAL TOURS")){
style=menuStyle;
aI("text=Virtual Tours;url=/virtual_tour.php;");
aI("text=Streetscape Gallery;url=/streetscapes.php;");
}

with(milonic=new menuname("RESIDENCES")){
style=menuStyle;
aI("text=Residence Model A;url=/residence_a_ext.php;");
aI("text=Residence Model B;url=/residence_b_ext.php;");
aI("text=Residence Model C;url=/residence_c_ext.php;");
aI("text=Residence Model D;url=/residence_d_ext.php;");
aI("text=Residence Model E;url=/residence_e_ext.php;");
aI("text=Waterfront Custom Home Opportunities;url=/residence_custom.php;");
} 


with(milonic=new menuname("CONTACT")){
style=menuStyle;
aI("text=Contact Us;url=/contact.php;");
aI("text=Request More Information;url=/contact_request.php;");
} 

drawMenus();

