_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="0";
oncolor="#ff0000";
offbgcolor="0";
offcolor="#333333";
borderwidth=0;
separatorsize="20";
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="Bold";
fontfamily="Verdana, Arial, Tahoma, Helvetica";
}


with(menuStyle2=new mm_style()){
onbgcolor="0";
oncolor="#ff0000";
offbgcolor="0";
offcolor="#ffffff";
borderwidth=0;
separatorsize="0";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="Bold";
fontfamily="Verdana, Arial, Tahoma, Helvetica";
bgimage='pics/button-back.gif';
itemwidth=260;
itemheight=17;
marginleft=20;
}



with(subStyle=new mm_style()){
onbgcolor="#D0D6D2";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma, Helvetica";
headerbgcolor="#AAAAAA";
headercolor="#ff0000";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
}

with(milonic=new menuname("who")){
style=subStyle;
overflow="scroll";
aI("text=Our History;url=history.htm;status=Our History;");
aI("text=What Makes Us Unique;url=unique.htm;status=What Makes Us Unique;");
aI("text=Employment Opportunities;url=employment.htm;status=Employment Opportunities;");
}

with(milonic=new menuname("what")){
style=subStyle;
overflow="scroll";
aI("text=Overview;url=overview.htm;status=Overview;");
}

with(milonic=new menuname("services")){
style=subStyle;
overflow="scroll";
aI("text=Overview;url=overview.htm;status=Overview;");
aI("text=Automotive;showmenu=automotive;status=Automotive;");
aI("text=Motorcycles;url=motorcycles.htm;status=Motorcycles;");
aI("text=Watercraft;url=watercraft.htm;status=Watercraft;");
aI("text=Detailing;url=detailing.htm;status=Detailing;");
}

with(milonic=new menuname("automotive")){
style=subStyle;
overflow="scroll";
aI("text=<b>AUTO RECON</b>;type=header;status=AUTO RECON;");
aI("text=Where We Are;url=location.htm;status=Where We Are;");
aI("text=<b>AUTOMOTIVE</b>;type=header;status=AUTOMOTIVE Services;");
aI("text=Detailing;url=detailing.htm;status=detailing.htm;");
aI("text=Paintless&nbsp;Dent&nbsp;Removal;url=dent-removal.htm;status=Paintless Dent Removal;");
aI("text=Paint&nbsp;&&nbsp;Body;url=paint-and-body.htm;status=Paint & Body;");
aI("text=Clear&nbsp;Coat&nbsp;Scratch&nbsp;Removal;url=scratch-removal.htm;status=Clear Coat Scratch Removal;");
aI("text=Stone&nbsp;Chip&nbsp;Repair;url=chip-repair.htm;status=Stone Chip Repair;");
aI("text=Custom&nbsp;Paint&nbsp;&&nbsp;Body;url=custom-paint.htm;status=Custom Paint & Body;");
aI("text=Bumper&nbsp;Repair&nbsp;&&nbsp;Refinishing;url=bumper-repair.htm;status=Bumper Repair & Refinishing;");
aI("text=Black&nbsp;Trim&nbsp;Restoration;url=trim-restoration.htm;status=Black Trim Restoration;");
aI("text=Paint&nbsp;/&nbsp;Airbrush&nbsp;Touch-Up;url=paint-touchup.htm;status=Paint / Airbrush Touch-Up;");
aI("text=Windshield&nbsp;Repair&nbsp;/&nbsp;Replace;url=windshield-repair.htm;status=Windshield Repair / Replace;");
aI("text=Window&nbsp;Tinting;url=window-tinting.htm;status=Window Tinting;");
aI("text=Upholstery&nbsp;&&nbsp;Interior&nbsp;Repair;url=interior-repair.htm;status=Upholstery & Interior Repair;");
aI("text=Clean&nbsp;Air&nbsp;System;url=clean-air.htm;status=Clean Air System;");
aI("text=Clear&nbsp;Bra&nbsp;Paint&nbsp;Protection;url=bra-paint-protection.htm;status=Clear Bra Paint Protection;");
aI("text=Custom&nbsp;Body&nbsp;Kits;url=body-kits.htm;status=Custom Body Kits;");
aI("text=Custom&nbsp;Dash&nbsp;Kits;url=dash-kits.htm;status=Custom Dash Kits;");
aI("text=Wheel&nbsp;Repair;url=wheel-repair.htm;status=Wheel Repair;");
aI("text=Dealer&nbsp;Programs;url=dealer-programs.htm;status=Dealer Programs;");
aI("text=<b>MOTORCYCLE</b>;type=header;status=MOTORCYCLE Services;");
aI("text=Custom&nbsp;Paint&nbsp;&&nbsp;Body;url=motorcycle-custom.htm;status=Custom Paint & Body;");
aI("text=Paint&nbsp;/&nbsp;Airbrush&nbsp;Touch-Up;url=motorcycle-touchup.htm;status=Paint / Airbrush Touch-Up;");
aI("text=Paintless&nbsp;Dent&nbsp;Removal;url=motorcycle-dent-removal.htm;status=Paintless Dent Removal;");
aI("text=<b>WATERCRAFT</b>;type=header;status=WATERCRAFT Services;");
aI("text=Custom&nbsp;Paint&nbsp;&&nbsp;Body;url=watercraft-custom.htm;status=Custom Paint & Body;");
aI("text=Paint&nbsp;/&nbsp;Airbrush&nbsp;Touch-Up;url=watercraft-touchup.htm;status=Paint / Airbrush Touch-Up;");
}




drawMenus();

