
_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=5              // Sub menu top offset
_subOffsetLeft=50            // Sub menu left offset
_scrollAmount=3              // Only needed for Netscape 4.x
_scrollDelay=20              // Only needed for Netcsape 4.x
menuZIndex=2000; 

with(menuStyle=new mm_style()){
onbgcolor="#95211A";
oncolor="#D8EDFF";
offbgcolor="#95211A";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";

}

with(menuStyle2=new mm_style()){
onbgcolor="#7E1C16";
oncolor="#FCDFA9";
offbgcolor="#671712";
offcolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=8;
fontsize=12;
fontstyle="normal";
fontfamily="helvetica, verdana, arial, sans-seri";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="media/arrow1.gif";
subimagepadding=0;
overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=145, Strength=0)";
outfilter="";
}

with(milonic=new menuname("services")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150;
aI("text=Coffee Service;url=services_coffee.php;");
aI("text=Water Coolers;url=services_water.php;");
aI("text=Brewer Sales/Repair;url=services_equip.php;");
}

with(milonic=new menuname("products")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150;
aI("text=Coffee;url=products_coffee.php;");
aI("text=K-Cups;url=products_kcups.php;");
aI("text=Breakroom Supplies;url=products_breakroom.php;");
}

with(milonic=new menuname("equipment")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150;
aI("text=Traditional Brewers;url=equipment_brewers.php;");
aI("text=Single Cup Brewers;url=equipment_sglbrewers.php;");
aI("text=Water Coolers;url=equipment_water.php;");
aI("text=Other Equipment;url=equipment_other.php;");
}

with(milonic=new menuname("company")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135;
aI("text=About Us;url=about.php;");
//aI("text=Testimonials;url=testimonials.php;");
//aI("text=Employment;url=employment.php;");
aI("text=Contact Us;url=contact.php;");
aI("text=Request A Quote;url=quote_request.php;");
}

drawMenus();


