_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots6.gif";
offbgcolor="#282828";
offcolor="#ffffff";
onbgcolor="#7F7F7F";
oncolor="#ffffff";
padding="10";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="196";
}

with(submenuStyle=new mm_style()){
bordercolor="#88D004";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#88D004";
offcolor="Black";
onbgcolor="#7F7F7F";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.managementinpractice.co.uk/;");
aI("text=Working With Vets;target=;url=Working-With-Vets.html;");
aI("showmenu=Business Support ServicesManagement InformationLEFT_MENU;text=Business Support Services;target=;url=Business-Support-Services.html;");
aI("text=Your Business Online;target=;url=Your-Business-Online.html;");
aI("text=Business Development;target=;url=Business-Development.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Business Support ServicesManagement InformationLEFT_MENU")){
style=submenuStyle;
aI("text=Management Information;target=;url=Management-Information.html;");
aI("text=Payroll;target=;url=Payroll.html;");
aI("text=Employment & Personnel;target=;url=Employment-&-Personnel.html;");
aI("text=Bookkeeping;target=;url=Bookkeeping.html;");
}


 drawMenus();

