fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana,helvetica";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#1f1d5a";
offcolor="#ffffff";
onbgcolor="#ffe100";
oncolor="#1f1d5a";
padding=3;
}


<!-- Products MENU -->
with(milonic=new menuname("Products")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=DM510 Dryer Master;url=DM510-Dryer-Master.php;");
aI("text=On-line Moisture Sensors;url=On-line-Moisture-Sensors.php;");
aI("text=GM2, M2;url=GM2-M2.php;");
aI("text=AM3;url=AM3.php;");
aI("text=AM3R;url=AM3r.php;");
aI("text=DM2000, DV2000 Dryer Master;url=DM2000-DV2000-Dryer Master.php;");
}

drawMenus();


