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


with(milonic=new menuname("Main Menu2")){
alwaysvisible=1;
itemwidth=160;
openstyle="rtl";
position="relative";
orientation="vertical";
style=menuStyleRight;
aI("showmenu=ResidentServices;text=Resident Services;");
aI("showmenu=Maintenance;text=Maintenance;");
aI("showmenu=Security;text=Security;");
aI("showmenu=Management;text=Management;");
aI("text=Newsletters;url=newsletters.html");
aI("text=Contact Us;url=residents_contact.html");
}

drawMenus();


