_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()){ onbgcolor="#ffffff"; oncolor="#e06f1d"; offbgcolor="none"; offcolor="#007ea2"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=0; separatorcolor="#007ea2"; separatorsize="1"; padding="0"; fontsize="12px"; fontweight="Bold"; fontstyle="normal"; fontfamily="helvetica, verdana"; pagecolor=""; pagebgcolor="#cde4ed"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#cccccc', Direction=135, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; position="relative" alwaysvisible=1; orientation="horizontal"; align='center'; aI("text=   HOME   ;url=/default.asp?documentid=2;status=HOME;;imageposition=right;"); aI("text=   REGIONAL PROCUREMENT   ;url=http://www.dtf.wa.gov.au/cms/pro_content.asp?ID=799;status=REGIONAL PROCUREMENT;;imageposition=right;"); aI("text=   SUPPLIERS   ;url=/supplier.asp?documentid=5;status=SUPPLIERS;;imageposition=right;"); aI("text=   BUYERS   ;url=/buyer.asp?documentid=4;status=BUYERS;;imageposition=right;"); aI("text=   QUOTES & TENDERS   ;url=/Tenders.asp?documentid=12;status=QUOTES & TENDERS;;imageposition=right;"); aI("text=   PUBLICATIONS   ;url=/default.asp?documentid=10;status=PUBLICATIONS;;imageposition=right;"); aI("text=   CONTACT   ;url=/default.asp?documentid=6;status=CONTACT;;imageposition=right;"); } drawMenus();