_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="";
oncolor="#000000";
offbgcolor="";
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="#757591";
oncolor="#FFFFFF";
offbgcolor="#31315B";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="tahoma, arial";
overfilter="fade(duration=0.3);Alpha(opacity=90);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=158; 

aI("text=History;url=content.php?id=150");
aI("text=Core Values;url=content.php?id=151");
aI("text=Locations;url=content.php?id=154");
aI("text=Associations;url=content.php?id=152");
}

with(milonic=new menuname("departments")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=168; 

aI("text=Rental Department;url=content_products_rental.php");
aI("text=Repair Department;url=content.php?id=165");
aI("text=Sales Department;url=content.php?id=173");
aI("text=Purchasing Department;url=content.php?id=166");
aI("text=Shipping/Receiving Department;url=content.php?id=167");
aI("text=Administrative Department;url=content.php?id=175");
aI("text=Unistrut Solutions;url=content.php?id=168");
}

with(milonic=new menuname("products")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=138; 

aI("text=Product Lines;url=content_productlines.php");
aI("text=Inventory Clearance;url=content.php?id=163");

}

with(milonic=new menuname("tips")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=138; 

aI("text=Tool Tips;url=content.php?id=176");
aI("text=Safety Tips;url=content.php?id=177");
aI("text=Unistrut Tips;url=content.php?id=178");

}

drawMenus();

