_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=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#d5d5bf";
oncolor="#00595a";
offbgcolor="#e5e5da";
offcolor="#1b374f";
bordercolor="#c4ba96";
borderstyle="solid";
borderwidth=1;
separatorcolor="#c4ba96";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#1b374f";
pagebgcolor="#d5d5bf";
headercolor="#2b5881";
headerbgcolor="#2b5881";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Meet Our Staff;url=staff.htm;status=Bob Dieleman : Meet Our Staff;");
aI("text=Useful Links;url=links.htm;status=Bob Dieleman : Useful Links;");
aI("text=Your Privacy;url=privacy_policy.htm;status=Bob Dieleman : Your Privacy;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Professional;url=professional_services.htm;status=Bob Dieleman : Services For Professionals;");
aI("text=Personal;url=personal_services.htm;status=Bob Dieleman : Personal Services For Private Individuals;");
aI("text=Farms;url=farm_services.htm;status=Bob Dieleman : Services For Farms;");
aI("text=Corporate;url=corporate_services.htm;status=Bob Dieleman : Services For Corporate Clients;");
aI("text=Estates &amp; Trusts;url=estates_trusts_services.htm;status=Bob Dieleman : Services For Estates & Trusts;");
aI("text=Non-Profit;url=non-profit_services.htm;status=Bob Dieleman : Services For Non-Profit Groups;");
}

drawMenus();
