fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=30;
_menuOpenDelay=30;
_subOffsetTop=0;
_subOffsetLeft=1;


with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="bold";
fontweight="bold";
fontsize='9pt';
oncolor="#ff0000";
padding=0;
}


with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Trebuchet, Arial, Verdana";
fontsize='9pt';
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#990000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
padding=0;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=0;
}


with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=&nbsp;Maintenance & Repair;url=/services/denver-maintenance-repair.html;padding=3;itemwidth=150");
aI("text=&nbsp;Diagnostics;url=/services/denver-diagnostics.html;padding=3;itemwidth=150");
aI("text=&nbsp;Performance Upgrades;showmenu=Performance;padding=3;itemwidth=150");
aI("text=&nbsp;Current Specials;url=/services/current-specials.html;padding=3;itemwidth=150");
}

with(milonic=new menuname("Performance")){
style=menuStyle;
aI("text=&nbsp;Products;url=/services/denver-performance-upgrades/products.html;padding=3;itemwidth=120");
aI("text=&nbsp;Services;url=/services/denver-performance-upgrades/services.html;padding=3;itemwidth=120");
aI("text=&nbsp;Gallery;url=/services/denver-performance-upgrades/gallery.html;padding=3;itemwidth=120");
}

drawMenus();


