fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset

with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#23772E";
oncolor="#ffffff";
offbgcolor="#E5E5E5";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/down_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.4);Alpha(opacity=95);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.4)";
}

with(milonic=new menuname("sell_menu")){
style=menuStyle;
left="offset=15"
top="offset=0"
overflow="scroll";
//aI("text=Seller Resources;url=seller_Resources.asp;");
aI("text=Market Analysis;url=mark_analysis.asp;");
//aI("text=Home Warranty;url=#;");
//aI("text=Seller FAQ;url=#;");
aI("text=Let Us Serve You;url=serve.asp;");
//aI("text=Seller Forms;url=forms.asp;");
}

with(milonic=new menuname("buy_menu")){
style=menuStyle;
left="offset=15"
top="offset=0"
overflow="scroll";
//aI("text=Buyer Resources;url=buyer_Resources.asp;");
aI("text=Featured Listings;url=feat_prop.asp;");
aI("text=Multiple Listings;url=idxlink.asp;");
aI("text=Mortgage Calculator;url=http://www.mortgagecalculator.org/;");
//aI("text=Buyer FAQ;url=#;");
aI("text=Let Us Serve You;url=serve.asp;");
//aI("text=Buyer Forms;url=forms.asp;");
}

with(milonic=new menuname("prop_menu")){
style=menuStyle;
left="offset=15"
top="offset=0"
overflow="scroll";
aI("text=Featured Listings;url=feat_prop.asp;");
aI("text=Pre Owned Homes;url=idxlink.asp;");
aI("text=New Construction;url=http://www.homebuilder.com;target=blank;");
aI("text=Let Us Serve You;url=serve.asp;");
}

drawMenus();


