_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=10              // Sub menu top offset_subOffsetLeft=-10            // 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()){onbgcolor="#5D7FBE";oncolor="#ffffff";offbgcolor="#5D7FBE";offcolor="#A2C0F5";bordercolor="#296488";borderstyle="solid";borderwidth=0;separatorcolor="#2D729D";separatorsize="0";padding=5;fontsize="70%";fontstyle="normal";fontfamily="Verdana, Tahoma, Arial";pagecolor="black";pagebgcolor="#5D7FBE";headercolor="#000000";headerbgcolor="#ffffff";subimageposition="left";subimagepadding="2";overfilter="Fade(duration=0.2);Alpha(opacity=90);Direction=135, Strength=5)";outfilter="randomdissolve(duration=0.3)";}with(milonic=new menuname("Main Menu")){style=menuStyle;top=62;left=20;alwaysvisible=1;orientation="horizontal";aI("text=Home;url=index.htm;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=About Us;url=about.htm;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=Products;url=products.htm;showmenu=products;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=Technical Library;url=library.htm;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=Test Reports;url=test.htm;image=ripple-off.gif;overimage=ripple-on.gif;");// aI("text=How to Order;url=order.htm;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=Contact Us;url=contact.htm;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=Links;url=links.htm;image=ripple-off.gif;overimage=ripple-on.gif;");aI("text=Terms &amp; Conditions;url=tscs.htm;image=ripple-off.gif;overimage=ripple-on.gif;");}with(milonic=new menuname("products")){style=menuStyle;aI("text=TLMM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=tlmm.htm;");aI("text=TXMM;url=txmm.htm;");}drawMenus();