_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // 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="#cccccc";
oncolor="#000000";
offbgcolor="#0067c6";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";

aI("text=History;url=history.shtml;");
aI("text=Contact;url=contact.shtml;");
aI("text=Career opportunities;url=team.shtml;");
}

with(milonic=new menuname("area")){
style=menuStyle;
overflow="scroll";

aI("text=The area;url=area.shtml;");
aI("text=Schools;url=schools.shtml;");
}

with(milonic=new menuname("tools")){
style=menuStyle;
overflow="scroll";

aI("text=Selling yourself;url=fsbo.shtml;");
aI("text=What's my home worth?;url=value.shtml;");
aI("text=Mortgage calculator;url=calculator.shtml;");
aI("text=Moving tips;url=tools-moving.shtml;");
aI("text=Buying tips;url=tools-buyingtips.shtml;");
aI("text=Selling tips;url=tools-sellingtips.shtml;");
aI("text=Common mistakes;url=tools-mistakes.shtml;");
}

drawMenus();


