_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots8.gif";
offbgcolor="Transparent";
offcolor="#002A55";
onbgcolor="#173A62";
oncolor="#ffffff";
padding="6";
pagebgcolor="Transparent";
pagecolor="#AA2A00";
separatorcolor="Transparent";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="10";
itemwidth="170";
}

with(submenuStyle=new mm_style()){
bordercolor="#173A62";
borderstyle="solid";
borderwidth="5";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#173A62";
offcolor="#ffffff";
onbgcolor="#CFCFCF";
oncolor="#173A62";
padding="4";
pagebgcolor="#173A62";
pagecolor="#AFAFAF";
separatorcolor="#AFAFAF";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Welcome;target=;url=http://www.williams-garage.co.uk/;");
aI("text=About us;target=;url=About-us.html;");
aI("showmenu=Garage services/Garage ServicesLEFT_MENU;text=Garage services;target=;url=Garage-services.html;");
aI("text=Forecourt Services;target=;url=Forecourt-Services.html;");
aI("text=Scuba diving;target=;url=Scuba-diving.html;");
aI("text=Contact us;target=;url=Contact-us.html;");
}

with(milonic=new menuname("Garage services/Garage ServicesLEFT_MENU")){
style=submenuStyle;
aI("text=Garage Services;target=;url=Garage-services.html;");
aI("text=MOT;target=;url=MOT.html;");
aI("text=Servicing & repairs;target=;url=Servicing-&-repairs.html;");
aI("text=Body shop;target=;url=Body-shop.html;");
aI("text=Crash & breakdown recovery;target=;url=Crash-&-breakdown-recovery.html;");
aI("text=Car & van hire;target=;url=Car-&-van-hire.html;");
}


 drawMenus();

