_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="LightGrey";
borderstyle="Solid";
borderwidth="1";
fontfamily="Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="DarkRed";
oncolor="White";
padding="3";
pagebgcolor="White";
separatorcolor="LightGrey";
separatorsize="1";
subimage="images/black_4x5.gif";
subimagepadding="4";
itemwidth="140";
}

with(submenuStyle=new mm_style()){
bordercolor="LightGrey";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="DarkRed";
oncolor="White";
padding="4";
pagebgcolor="White";
subimage="images/black_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.abmitchelldevelopments.co.uk/;");
aI("showmenu=ServicesDisabled AdaptationsLEFT_MENU;text=Services;target=;url=services.html;");
aI("text=Products;target=;url=products.html;");
aI("text=Areas of Work;target=;url=areas-of-work.html;");
aI("text=Company Profile;target=;url=company-profile.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("ServicesDisabled AdaptationsLEFT_MENU")){
style=submenuStyle;
aI("showmenu=Disabled AdaptationsExternal Access RampsLEFT_MENU;text=Disabled Adaptations;target=;url=disabled-adaptations.html;");
aI("text=Kitchen Installation;target=;url=kitchen-installation.html;");
aI("text=Decoration;target=;url=decoration.html;");
aI("text=Plumbing and Heating;target=;url=plumbing.html;");
aI("text=Partnering;target=;url=partnering.html;");
}

with(milonic=new menuname("Disabled AdaptationsExternal Access RampsLEFT_MENU")){
style=submenuStyle;
aI("text=External Access Ramps;target=;url=external-access-ramps.html;");
aI("text=Level Access Showers;target=;url=level-access-showers.html;");
aI("text=Products and Suppliers;target=;url=products-and-suppliers.html;");
}


 drawMenus();
