
_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=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

with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}
with(menuStyle=new mm_style()){
onbgcolor="#cc9933";
oncolor="#000000";
offbgcolor="#336699";
offcolor="#ffffff";
bordercolor="#6999c9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6999c9";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("style")){
style=AllImagesStyle;
align="center";
alwaysvisible=1;
aI("showmenu=products;image=images/menu4.jpg;overimage=images/rollover-menu4.jpg;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Reactive Dyestuffs;url=products-reactive-dyestuffs.html");
aI("text=Inkjet Dyes;url=products-inkjet-dyes.html");
}


drawMenus();
