_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="#297970";
offbgcolor="#297970";
oncolor="#ffffff";
offcolor="#ffffff";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006600";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="110";
itemheight="25";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=How Do I Make a Will;url=dynamicdata/HowdoImakeaWill.html;status=How Do I Make a Will;");
aI("text=Why Should I Make A Will;url=dynamicdata/WhyshouldImakeawill.html;status=Why Should I Make A Will;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Last Will and Testament;url=dynamicdata/LastWillandTestament.html;status=Last Will and Testament;");
aI("text=Trusts;url=dynamicdata/Trusts.html;status=Trusts;");
aI("text=Long Term Care;url=dynamicdata/LongTermCare.html;status=Long Term Care;");
aI("text=Inheritance Tax Saving Wills;url=dynamicdata/InheritancetaxsavingWill.html;status=Inheritance Tax Saving Wills;");
aI("text=Living Wills;url=dynamicdata/LivingWills.html;status=Living Wills;");
aI("text=Lasting Power of Attorney;url=dynamicdata/LastingPowerofAttorney.html;status=Lasting Power of Attorney;");
aI("text=Business Wills;url=dynamicdata/BusinessWills.html;status=Business Wills;");
aI("text=Other Services;url=dynamicdata/OtherServices.html;status=Other Services;");
}

drawMenus();

