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=0;

with(menuStyle=new mm_style()){
bordercolor="#2F3775";
borderstyle="solid";
borderwidth=1;
fontfamily="'Lucida Grande',Verdana,Arial,sans-serif";
fontsize="14px";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#2F3775";
onbgcolor="#ffffff";
oncolor="#6A7045";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2)";
padding=8;
pagebgcolor="#ffffff";
pagecolor="#2F3775";
separatorcolor="#2F3775";
separatorsize=1;
subimage="";
subimagepadding=5;
}
with(milonic=new menuname("propmgmtmenu")){
left=18;
top=3;
style=menuStyle;
aI("text=Pier III;url=pier_iii_.asp;");
aI("text=;url=property_management.asp;");
}


with(milonic=new menuname("searchmenu")){
left=18;
top=3;
style=menuStyle;
aI("text=Search For Properties;url=propertysearch.asp;");
}

drawMenus();


