_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#FF3333";
oncolor="#ffffff";
offbgcolor="#DBDBDB";
offcolor="#666666";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="3";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#fffffff";
pagebgcolor="#FF3333";
headercolor="#fffffff";
headerbgcolor="#FF3333";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/CorporateProfile.asp;status=Corporate Profile;");
aI("text=Investor Relations;url=/s/IR.asp;status=Investor Relations;");
aI("text=Contact Information;url=/s/Contacts.asp;status=Contact Information;");
aI("text=Privacy Policy;url=/s/PrivacyPolicy.asp;status=Privacy Policy;");
}

with(milonic=new menuname("collision")){
style=menuStyle;
aI("text=Locations/Contacts;url=/s/Locations.asp;status=Locations/Contacts;");
aI("text=Lifetime Guarantee;url=/s/Lifetime.asp;status=Lifetime Guarantee;");
aI("text=Car Tips;url=/s/CarTips.asp;status=Car Tips;");
aI("text=Testimonials;url=/s/Testimonials.asp;status=Testimonials;");
}

with(milonic=new menuname("autoglass")){
style=menuStyle;
aI("text=Locations/Contacts;url=/s/Autoglass-Locations.asp;status=Locations/Contacts;");
aI("text=Why Choose Us?;url=/s/Autoglass.asp?ReportID=122334;status=Why Choose Us?;");
aI("text=Windshield Replacements;url=/s/Autoglass.asp?ReportID=122335;status=Windshield Replacements;");
aI("text=Windshield Repairs;url=/s/Autoglass.asp?ReportID=122336;status=Windshield Repairs;");
}

drawMenus();