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="#4A505D";
borderstyle="solid";
borderwidth=1;
fontfamily="Georgia, arial, helvetica, sans-serif";
fontsize="14px";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#17233E";
onbgcolor="#17233E";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="#17233E";
separatorcolor="#17233E";
separatorsize=1;
subimage="";
subimagepadding=5;
}
with(milonic=new menuname("search_menu")){
left=5
top=0;
style=menuStyle;
aI("text=Search Sold Listings;url=propertysearch_solds.asp;");
}


with(milonic=new menuname("buyers_sellers_menu")){
left=5
top=0;
style=menuStyle;
aI("text=Buyer Info;url=information_for_buyers.asp;");
aI("text=Sellers;url=Information_for_Sellers.asp;");
}


with(milonic=new menuname("about_menu")){
left=5
top=0;
style=menuStyle;
aI("text=Rosemary Uicker;url=meet_rosemary_uicker.asp;");
}


with(milonic=new menuname("resources_menu")){
left=5
top=0;
style=menuStyle;
aI("text=Area Information;url=area_information.asp;");
aI("text=Ski Areas of the Lakes Region;url=ski_areas_.asp;");
}


with(milonic=new menuname("contact_menu")){
left=5
top=0;
style=menuStyle;
aI("text=Request CMA;url=cma_request.asp;");
}

drawMenus();


