_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=8 // Sub menu top offset _subOffsetLeft=2 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#D90F00"; oncolor="#ffffff"; offbgcolor="#eeeeee"; offcolor="#000000"; bordercolor="#296488"; borderstyle="solid"; borderwidth=1; separatorcolor="#2D729D"; separatorsize="1"; padding=5; fontsize="100%"; fontstyle="normal"; fontfamily="Tahoma, Tahoma, Arial"; pagecolor="FFFFFF"; pagebgcolor="#345AA3"; headercolor="#FFFFFF"; headerbgcolor="#ffffff"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; outfilter="Fade(duration=0.6)"; width="190px"; } with(milonic=new menuname("AboutUS")){ style=menuStyle; overflow="scroll"; right=10; aI("text=Mission                                       ;url=/Site/Mission.aspx;status=Mission;"); aI("text=Vision;url=/Site/Vision.aspx;status=Vision;"); aI("text=Services;url=/Services.aspx;status=Services;"); aI("text=Clients;url=/Site/Clients.aspx;status=Clients;"); } with(milonic=new menuname("Products")){ style=menuStyle; overflow="scroll"; right=10; aI("text=Euro-Diagnostica AB;url=/Products/001Eurodiagnostica.aspx;status=Euro-Diagnostica AB;"); aI("text=YERCON Diagnostic Co.;url=/Products/002YERCONDiagnostic.aspx;status=Yercon Diagnostic;"); aI("text=Viro-Immun;url=/Products/003Viroimmun.aspx;status=Viro-Immun Labor-Diagnostika GmbH;"); aI("text=Immunolab;url=/Products/004Immunolab.aspx;status=Immunolab GmbH;"); aI("text=Trend Pharma & Tech Inc;url=/Products/005Trendpharma.aspx;status=Trend Pharma & Tech;"); aI("text=Astra Biotech;url=/Products/006AstraBiotech.aspx;status=Astra Biotech;"); } drawMenus();