_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=-6 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor=""; itemheight="10"; oncolor="#f4dc1a"; offbgcolor=""; offcolor="#ffffff"; bordercolor="none"; borderstyle="none"; borderwidth="0"; separatorcolor="#5E93AD"; separatorsize="1"; padding="2"; fontsize="12"; fontstyle="normal"; fontfamily="Arial"; pagecolor=""; pagebgcolor=""; headercolor="#000000"; headerbgcolor="#ffffff"; separatorheight="13" separatorpadding=2 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"; menuwidth=710; fontsize="11"; align="center"; fontweight='100'; aI("text=Home;url=/default.asp?documentid=2;status=Home;;imageposition=right;itemwidth=80;itemheight=28;"); aI("text=  New Listing;url=/latestlistings.asp;status=  New Listing;;imageposition=right;itemwidth=65;itemheight=28;"); aI("text=    Land Estates;url=/content.asp?documentid=6;status=    Land Estates;;imageposition=right;itemwidth=100;itemheight=28;"); aI("text=   Commercial;url=/forsale.asp;status=   Commercial;;imageposition=right;itemwidth=70;itemheight=28;"); aI("text=    Selling;url=/content.asp?documentid=32;status=    Selling;;imageposition=right;itemwidth=94;itemheight=28;"); aI("text=About Us;url=/content.asp?documentid=3;status=About Us;;imageposition=right;itemwidth=86;itemheight=28;showmenu=T1-8;"); aI("text=Geraldton  ;url=/Google maps.asp;status=Geraldton  ;;imageposition=right;itemwidth=93;itemheight=28;showmenu=T1-9;"); aI("text=  Contact;url=/content.asp?documentid=4;status=  Contact;;imageposition=right;itemwidth=60;itemheight=28;"); } with(milonic=new menuname("T1-8")){ style=menuStyle; margin=0; overflow="scroll"; aI("text=Staff;url=/staff.asp;status=Staff;;offbgcolor=#e41819;onbgcolor=#e41819;itempadding=5;itemwidth=88;align=center;"); } with(milonic=new menuname("T1-9")){ style=menuStyle; margin=0; overflow="scroll"; aI("text=Map;url=/Google Maps.asp;status=Map;;offbgcolor=#e41819;onbgcolor=#e41819;itempadding=5;itemwidth=87;align=center;"); } drawMenus();