_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#9B9797";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#523A23";
borderstyle="solid";
borderwidth=1;
separatorcolor="#523A23";
separatorsize=1;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="verdana, arial";
overfilter="fade(duration=0.3);Alpha(opacity=65);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("contact")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=95; 
aI("text=Store Location;url=store_location.php");
aI("text=Our Team;url=ourteam.php");
}

with(milonic=new menuname("offerrequest")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=125; 
aI("text=Tire Request Form;url=tire_request_form.php");
aI("text=Tire Offer Form;url=tire_offer_form.php");
}

with(milonic=new menuname("equipment")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=165;
// aI("text=Equipment Request Form;url=equipment.php");
// aI("text=Links;url=equipment_links.php");
}
drawMenus();

