//MillBasinHomes.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=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;;showmenu=MARINA");
/*aI("showmenu=Links;text=PRIVATE MARINA;url=/marina.php;");*/
aI("showmenu=Links;text=CONTACT;url=/contact_request.php;");
/*aI("showmenu=Links;text=CONTACT;;showmenu=CONTACT");*/
aI("showmenu=Links;text=SCHOOLS;url=http://www.schoolmatters.com/;target=_blank");

}

/*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=/waterfront-community-map.php;")
aI("text=Site Plan;url=/availability-brooklyn-new-houses.php;")
aI("text=Directions;url=/waterfront-community-directions.php;")
}

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

with(milonic=new menuname("VIRTUAL TOURS")){
style=menuStyle;
aI("text=Virtual Tours;url=/virtual-tour.php;");
aI("text=Streetscape Gallery;url=/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=http://www.millbasinhomes.com/brooklyn-homes-a-ext.php;");
aI("text=Residence Model B;url=http://www.millbasinhomes.com/brooklyn-homes-b-ext.php;");
aI("text=Residence Model C SOLD OUT;");
aI("text=Residence Model D;url=http://www.millbasinhomes.com/brooklyn-houses-d-ext.php;");
aI("text=Residence Model E SOLD OUT;");
/*aI("text=Waterfront Custom Home Opportunities;url=/waterfront-land-residential-property.php;");*/
} 

with(milonic=new menuname("MARINA")){
style=menuStyle;
aI("text=Your Private Marina Boat Slip;url=/marina-community-brooklyn.php;");
aI("text=Waterfront Custom Home Opportunities;url=/waterfront-land-residential-property.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();


