//Bayfrontestatesatmillbasin.com menu
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=http://millbasinhomes.com/availability-brooklyn-new-houses.php;")
aI("text=Site Plan;url=http://millbasinhomes.com/availability-brooklyn-new-houses.php;")
aI("text=Directions;url=http://millbasinhomes.com/directions.php;")
}

with(milonic=new menuname("AVAILABILITY")){
style=menuStyle;
aI("text=From $1,199,000;");
aI("text=Availability Site Plan;url=http://millbasinhomes.com/availability-brooklyn-new-houses.php;");
aI("text=List of Available Homes;url=http://millbasinhomes.com/brooklyn-new-homes-inventory.php;");
aI("text=List of Available Sites;url=http://millbasinhomes.com/brooklyn-waterfront-land-inventory.php;");
}

with(milonic=new menuname("VIRTUAL TOURS")){
style=menuStyle;
aI("text=Virtual Tours;url=http://millbasinhomes.com/virtual-tour.php;");
aI("text=Streetscape Gallery;url=http://millbasinhomes.com/new-homes-streetscapes.php;");
aI("text=Watch Eye on America Video;url=http://www.youtube.com/watch?v=VGnWSOV6vfw;target=_blank");

}

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=http://millbasinhomes.com/contact_request.php;");
} 

drawMenus();

