


_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=5              // Sub menu top offset
_subOffsetLeft=-30           // 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()){
menuwidth="157px";
}
with(subMenuStyle=new mm_style()){
menuwidth="157px";
onbgcolor="#E6DCA5";
oncolor="#6C1E06";
offbgcolor="#E6DCA5";
offcolor="#6C1E06";
bordercolor="#7A3C2D";
borderstyle="solid";
ondecoration="underline";
borderwidth=1;
separatorwidth="151px";
separatorimage="/s3/site/images/divider.gif";
padding=3;
fontsize="8pt";
fontstyle="normal";
fontfamily="Tahoma, Arial";
subimage="/s3/site/images/arrow.gif";
subimagepadding="3";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}
with(subSubMenuStyle=new mm_style()){
//menuwidth="151px";
onbgcolor="#E4EEF1";
ondecoration="underline";
oncolor="#740909";
offbgcolor="#E4EEF1";
offcolor="#1B1B1B";
bordercolor="#95A8AE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#95A8AE";
separatorwidth="151px";
separatorsize="";
padding=3;
fontsize="8pt";
fontstyle="normal";
fontfamily="Tahoma, Arial";
subimage="/s3/site/images/arrow.gif";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("products")){
style=subMenuStyle;
menuwidth="157px";
//overflow="scroll";
aI("text=Alkaline Cleaners;url=/cgi-bin/shopper.cgi?search=action&category=5000;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=High Alkaline Cleaners;url=/cgi-bin/shopper.cgi?search=action&category=8000;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Acid Cleaners;url=/cgi-bin/shopper.cgi?search=action&category=6000;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Sanitizers;url=/cgi-bin/shopper.cgi?search=action&category=9000;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Specialty Products;url=/cgi-bin/shopper.cgi?search=action&category=1000;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Conveyor Lubricants;url=/cgi-bin/shopper.cgi?search=action&category=3000;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Lafferty Equipment;url=/cgi-bin/site.pl?lafferty;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
}
with(milonic=new menuname("technical")){
style=subMenuStyle;
menuwidth="157px";
//overflow="scroll";
aI("text=Product Information Sheets;url=/cgi-bin/site.pl?technicalProduct;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Material Safety Data Sheets;url=/cgi-bin/site.pl?technicalMaterial;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Glossary of Terms;url=/cgi-bin/site.pl?technicalGlossary;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=FAQ;url=/cgi-bin/site.pl?technicalFaq;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
aI("image=/s3/site/images/divider.gif");
aI("text=Safety;url=/cgi-bin/site.pl?technicalSafety;image=/s3/site/images/b.gif;overimage=/s3/site/images/arrow.gif;");
}
//	with(milonic=new menuname("test3")){
//	style=subSubMenuStyle;
//	menuwidth="151px";
//	aI("text=Test 4;url=/cgi-bin/site.pl?;");
//	}


drawMenus();

