_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#ee2921";
oncolor="#FFFFFF";
offbgcolor="#404040";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=6;


fontstyle="normal";
fontsize=13;

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("Services")){
style=menuStyle;
itemwidth=200
aI("text=Collision Repair;url=services.asp#collision;");
aI("text=Emergency Towing;url=towing-services.asp;");
aI("text=Glass Replacement Service;url=services.asp#glass;");
aI("text=Paintless Dent Removal ;url=services.asp#paintless;");
aI("text=Vehicle Drop Off Service;url=services.asp#vehicle;");
aI("text=On-Site Rental Vehicle Accommodations;url=services.asp#onSite;");
aI("text=Storage Yard Services;url=storage-yard-services.asp;");
}

with(milonic=new menuname("Info Center")){
style=menuStyle;
itemwidth=170
aI("text=Know Your Vehicle;url=vehicle-diagram.asp;");
aI("text=Glossary;url=Glossary.asp;");
aI("text=Request an Estimate;url=contact.asp;");
}

with(milonic=new menuname("Locations")){
style=menuStyle;
itemwidth=112
aI("text=Schererville;url=locations-schererville.asp;");
aI("text=Merrillville;url=locations-merrillville.asp;");
aI("text=Crown Point;url=locations-crownpoint.asp;");
}

with(milonic=new menuname("Profile")){
style=menuStyle;
itemwidth=130
aI("text=Mission Statement;url=profile.asp;");
aI("text=Our History;url=history.asp;");
aI("text=Meet the Staff;showmenu=Locations;");
aI("text=Corporate;url=corporate.asp;");
}


drawMenus();

