_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#EEEEEE";
oncolor="#874305";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding="5px 100px 5px 5px";
fontsize="12px";
fontstyle="normal";
fontfamily="Tahoma", "Microsoft Sans Serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/trinity.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("product")){
style=menuStyle;
aI("text=Products&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=productdetail;");
aI("text=Services;url=product.html#services;");
}

with(milonic=new menuname("productdetail")){
style=menuStyle;
aI("text=Direct Connect Sealed 3-Jaw Centering Parallel Grip;url=product_01.html;");
aI("text=ITW Dynatech Dynamelt S-Series Hot Melt Adhesive Supply Units;url=product_03.html;");
aI("text=VKR & VKP - Submersible, High Pressure Pumps;url=product_05.html;");
aI("text=Automatic Greaser;url=product_02.html;");
aI("text=GD (For Kerosene and Heavy Oil A and B and C);url=product_04.html;");
aI("text=Mistresa CRD Series;url=product_06.html;");
}
drawMenus();