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=6;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#071843";
borderstyle="solid";
borderwidth=0;
fontfamily="Times";
fontsize="11pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#adc3e4";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#000000";
outfilter="";
overfilter="";
padding=2;
pagebgcolor="";
pagecolor="black";
separatorcolor="#071843";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("aboutmenu")){
style=menuStyle;
aI("text=Achievements;url=/achievements.php;");
}

with(milonic=new menuname("buyersmenu")){
style=menuStyle;
aI("text=MLS Search;url=/mlssearch.php;");
aI("text=Working with Real Estate Agents;url=http://www.ncrec.state.nc.us/publications-bulletins/WorkingWith.html;");
}

with(milonic=new menuname("sellersmenu")){
style=menuStyle;
aI("text=Your Home's Worth;url=/determinevalue.php;");
aI("text=Tips For Sellers;url=/tipsforsellers.php;");
aI("text=Seller's Marketing Plan;url=/marketingplan.php;");
aI("text=Working with Real Estate Agents;url=http://www.ncrec.state.nc.us/publications-bulletins/WorkingWith.html;");
}


drawMenus();

