_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=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ borderwidth=0; padding="0px 0px 0px 0px"; fontweight="bold"; } with(menuStyle2=new mm_style()){ bordercolor="#FFFFFF"; borderstyle="Solid"; borderwidth=1; offbgcolor="#E12A2B"; offcolor="#FFFFFF"; onbgcolor="#666666"; oncolor="#FFFFFF"; separatorsize=1; separatorcolor="#FFFFFF"; fontfamily="Verdana, Arial, Helvetica, sans-serif"; fontsize="10px"; padding="4px 10px 4px 10px"; fontweight="bold"; align="left"; subimage="/images/rightarr.gif"; //overfilter="alpha(opacity=80)"; } with(milonic=new menuname("Products")){ style=menuStyle2; overflow="scroll"; itemwidth=320; aI("url=/products/overview.asp;text=All Products;showmenu=AllProducts;"); aI("text=Adapters, Reducers, Peripherals & Accessories;showmenu=Accessories;"); aI("text=Electrical Installation Code;showmenu=EIC;"); aI("text=Application;showmenu=Application;"); } with(milonic=new menuname("AllProducts")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("Accessories")){ style=menuStyle2; overflow="scroll"; itemwidth=220; aI("url=/default.asp?content=212;text=737 Adaptors & Reducers;");aI("url=/default.asp?content=213;text=747, 757, 767 Stopper Plugs;");aI("url=/default.asp?content=274;text=777 Insulated Adaptors;");aI("url=/default.asp?content=271;text=780 Unions;");aI("url=/default.asp?content=272;text=781 Breather / Drain Plugs;");aI("url=/default.asp?content=273;text=787 Right Angled Adaptors;");aI("url=/default.asp?content=275;text=797 Male to Male Adaptors;");aI("url=/default.asp?content=276;text=797 Female to Female Adaptors;");aI("url=/default.asp?content=242;text=Accessories;");aI("url=/default.asp?content=210;text=Cable Gland Homepage;");aI("url=/default.asp?content=210;text=Cable Gland Homepage;"); } with(milonic=new menuname("EIC")){ style=menuStyle2; overflow="scroll"; itemwidth=200; aI("url=/products/overview.asp?lst2Cat=1&lst2App=-1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=IEC - International Electro-Technical Committe / CENELEC (Cable Glands);showmenu=EIC1;");aI("url=/products/overview.asp?lst2Cat=3&lst2App=-1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=NEC National Electric Code / CEC - Canadian Electric Code (Cable Connectors);showmenu=EIC3;"); } with(milonic=new menuname("EIC1")){ style=menuStyle2; overflow="scroll"; itemwidth=150; aI("url=/products/overview.asp?lst2Cat=1&lst2App=1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=Industrial;showmenu=EIC1_1;");aI("url=/products/overview.asp?lst2Cat=1&lst2App=2&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=Hazardous Area;showmenu=EIC1_2;"); } with(milonic=new menuname("EIC3")){ style=menuStyle2; overflow="scroll"; itemwidth=150; aI("url=/products/overview.asp?lst2Cat=3&lst2App=1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=Industrial;showmenu=EIC3_1;");aI("url=/products/overview.asp?lst2Cat=3&lst2App=2&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=Hazardous Area;showmenu=EIC3_2;"); } with(milonic=new menuname("EIC1_1")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("EIC1_2")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("EIC3_1")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("EIC3_2")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("Application")){ style=menuStyle2; overflow="scroll"; itemwidth=150; aI("url=/products/overview.asp?lst2Cat=-1&lst2App=1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=Industrial;showmenu=Application1;");aI("url=/products/overview.asp?lst2Cat=-1&lst2App=2&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=Hazardous Area;showmenu=Application2;"); } with(milonic=new menuname("Application1")){ style=menuStyle2; overflow="scroll"; itemwidth=200; aI("url=/products/overview.asp?lst2Cat=1&lst2App=1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=IEC - International Electro-Technical Committe / CENELEC (Cable Glands);showmenu=Application1_1;");aI("url=/products/overview.asp?lst2Cat=3&lst2App=1&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=NEC National Electric Code / CEC - Canadian Electric Code (Cable Connectors);showmenu=Application1_3;"); } with(milonic=new menuname("Application2")){ style=menuStyle2; overflow="scroll"; itemwidth=200; aI("url=/products/overview.asp?lst2Cat=1&lst2App=2&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=IEC - International Electro-Technical Committe / CENELEC (Cable Glands);showmenu=Application2_1;");aI("url=/products/overview.asp?lst2Cat=3&lst2App=2&lst2Type=-2&lst2Seal=-2&cmdGS32.x=1;text=NEC National Electric Code / CEC - Canadian Electric Code (Cable Connectors);showmenu=Application2_3;"); } with(milonic=new menuname("Application1_1")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("Application1_3")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("Application2_1")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } with(milonic=new menuname("Application2_3")){ style=menuStyle2; overflow="scroll"; itemwidth=230; } drawMenus();