

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=12              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4E6782";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#000000";
bordercolor="#11304D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#11304D";
separatorsize="0";
padding=2;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.5);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
offclass="menutext";
onclass="menutext";
}

with(xpmenuStyle=new mm_style()){
onbgcolor="#4E6782";
oncolor="#ffffff";
offbgcolor="#213F61";
offcolor="#eeeeee";
bordercolor="#ff0000";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
subimagepadding="2";
onborder="1px solid #eeeeee";
offborder="";
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;Our History&nbsp;;url=history.htm;status=Our History;");
aI("text=&nbsp;Why Choose Us&nbsp;;url=why-us.htm;status=Why Choose Us;");
aI("text=&nbsp;Employment Opportunities&nbsp;;url=employment.htm;status=Employment Opportunities;");
aI("text=&nbsp;Contact Us&nbsp;;url=contact-us.htm;status=Contact Us;");
}

with(milonic=new menuname("service")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;Paintless Dent Repair&nbsp;;url=pdr.htm;status=Paintless Dent Repair;");
aI("text=&nbsp;Interior Repair&nbsp;;url=interior-repair.htm;status=Interior Repair;");
aI("text=&nbsp;Windshield Repair&nbsp;;url=windshield-repair.htm;status=Windshield Repair");
aI("text=&nbsp;Paint Touch-up&nbsp;;url=paint-touch-up.htm;status=Paint Touch-up;");
aI("text=&nbsp;Auto Detailing&nbsp;;url=auto-detailing.htm;status=Auto Detailing;");
}

drawMenus();

