


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#cd0100";
oncolor="#ffffff";
offbgcolor="#51539d";
offcolor="#ffffff";
// offcolor="#00013e";


bordercolor="#51539d";
borderstyle="dashed";
// borderwidth=1;
offborder="1px solid #aaaaaa"
onborder="2px solid #ffffff"
separatorcolor="#51539d";
separatorsize="4";

padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cd0100";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow1.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Realestate")){
style=menuStyle;
overflow="scroll";
aI("text=Relocate;url=http://www.onalaskarealty.com/relocate.htm;");
aI("text=Find a Home;url=http://www.onalaskarealty.com/findhome.htm;");
aI("text=Sell your Home;url=http://www.onalaskarealty.com/sellhome.htm;");
}

with(milonic=new menuname("MLS")){
style=menuStyle;
aI("text=Detail search of MLS Properties;url=http://www.onalaskarealty.com/search/search.php;");
aI("text=Search HomestotheMax.COM listings;url=http://www.homestothemax.com;");
}

with(milonic=new menuname("Financial")){
style=menuStyle;
aI("text=Mortgage Calculator;url=http://www.onalaskarealty.com/mortgage.html;");
aI("text=Pre-Qualification Calculator;url=http://www.onalaskarealty.com/prequal.html;");
}

with(milonic=new menuname("Foreclosure")){
style=menuStyle;
aI("text=Buyer Info;url=http://www.onalaskarealty.com/fc_buyer.htm;");
aI("text=Seller Info;url=http://www.onalaskarealty.com/fc_seller.htm;");
}

aI("text=Foreclosure Info;showmenu=Foreclosure;");

drawMenus();

