_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#878787";
offcolor="#ffffff";
onbgcolor="Black";
oncolor="#ffffff";
ondecoration="underline";
padding="4";
}

with(menuStyle=new mm_style()){
bgimage="images/grey.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="#878787";
oncolor="#000000";
separatorcolor="Transparent";
separatorsize="80";
separatorimage="images/greySep.gif";
overbgimage="images/grey01.gif";
itemheight="37";
itemwidth="90";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=600;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("showmenu=ServicePartsINFO_BAR_MENU;text=Service;target=;url=Service.html;align=center;");
aI("showmenu=PicturesScrapbook-1INFO_BAR_MENU;text=Pictures;target=;url=Pictures.html;align=center;");
aI("text=About;target=;url=About.html;align=center;");
aI("text=Contact Us;target=;url=Contact-Us.html;align=center;");
}

with(milonic=new menuname("ServicePartsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Parts;target=;url=Parts.html;");
aI("text=Towing;target=;url=Towing.html;");
aI("text=Maintenance;target=;url=Maintenance.html;");
}

with(milonic=new menuname("PicturesScrapbook-1INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Scrapbook-1;target=;url=Scrapbook-1.html;");
aI("text=Scrapbook-2;target=;url=Scrapbook-2.html;");
aI("text=Scrapbook-3;target=;url=Scrapbook-3.html;");
}


 drawMenus();
