_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // 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()){ oncolor="#C46200"; offcolor="#003366"; borderstyle="solid"; borderwidth=0; separatorcolor="#CCCCCC"; separatorsize=0; padding=0; fontsize="11px"; fontweight="bold" fontstyle="normal"; align="left"; fontfamily="Arial, Helvetica, sans-serif"; } menuStyleAlt=new copyOf(menuStyle); menuStyleAlt.onbgcolor="#E6EBF3"; menuStyleAlt.offbgcolor="#E6EBF3"; menuStyleAlt.borderwidth=1; menuStyleAlt.borderstyle="solid"; menuStyleAlt.bordercolor="#CCCCCC"; menuStyleAlt.separatorcolor="#CCCCCC"; menuStyleAlt.separatorsize=0; menuStyleAlt.fontweight="bold"; menuStyleAlt.imagepadding = 0; menuStyleAlt.fontsize="11px"; menuStyleAlt.align="left"; menuStyleAlt.pagebgcolor = "#E6EBF3"; with(milonic=new menuname("E607B606-073B-11FB-5D51CE86B3C6156E")){ style=menuStyle; //style.offcolor = "#CC0000" itemwidth=169; alwaysvisible=1; position="relative"; orientation="vertical"; aI("url=/go/home;text=Home;"); style.offcolor = "#003366"; aI("url=/go/about-us;text=About Us;"); style.offcolor = "#003366"; aI("url=/go/our-products;text=Our Products;"); style.offcolor = "#C46200"; aI("url=/go/latest-news-andamp-products;text=Latest News & Products;"); style.offcolor = "#003366"; aI("url=/go/employment;text=Employment;"); style.offcolor = "#003366"; aI("url=/go/contact-us;text=Contact Us;"); style.offcolor = "#003366"; aI("url=/go/key-business-activities;text=Key Business Activities;"); }