_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#EDEEEE";
offbgcolor="#00A091";
oncolor="#000000";
offcolor="#000000";
bordercolor="#00A091";
borderstyle="solid";
borderwidth=1;
separatorcolor="#00A091";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Arial";
itemwidth="100";
itemheight="20";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Mortgage_Calculator;url=MortgageCalculator.asp;status=Mortgage_Calculator;");
}

drawMenus();

