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=10;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#007FC4";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, helvetica, sans-serif";
fontsize="14px";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#007FC4";
offcolor="#ffffff";
onbgcolor="#00314C";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="#ffffff";
separatorcolor="#007FC4";
separatorsize=1;
subimage="";
subimagepadding=5;
}

with(milonic=new menuname("ourservicesmenu")){
style=menuStyle;
top="offset=18";
left="offset=10";
aI("text=Advertising;url=advertising.asp;");
aI("text=Builder Service Offerings;url=builder_service_offerings.asp;");
aI("text=Buyer's Advantage;url=buyers_advantage.asp;");
aI("text=Preferred Mortgage Lenders;url=preferred_mortgage_lenders.asp;");
aI("text=Reasons for Success;url=services.asp;");
aI("text=Request A CMA;url=cma_request.asp;");
aI("text=Sell My Home;url=sell_my_home.asp;");
aI("text=Financing & Closing;url=financing_closing.asp;");
}


with(milonic=new menuname("aboutusmenu")){
style=menuStyle;
top="offset=18";
left="offset=10";
style=menuStyle;
aI("text=Office Location;url=office_location.asp;");
aI("text=Press Releases;url=press_releases.asp;");
aI("text=View our Monthly Newsletter;url=monthly_newsletter.asp;");
aI("text=What's the Good Word on Windhill?;url=client_testimonials.asp;");
}

drawMenus();


