_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="0065B1"; oncolor="#ffffff"; offbgcolor="009BDB"; offcolor="#ffffff"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=0; separatorcolor="#ffffff"; separatorsize="1"; padding=4; fontsize="100%"; fontstyle="normal"; fontfamily="Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; pagecolor="#ffffff"; pagebgcolor="#0065B1"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="/includes/arrow.gif"; 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="vertical"; menuwidth=165; aI("text=    HOME;url=/kalbarri_accommodation.asp?documentid=2;status=HOME;itemwidth=60;"); aI("text=    ABOUT US;url=/content.asp?documentid=19;status=ABOUT US;itemwidth=100;"); aI("text=    VIDEO TOUR;url=/content.asp?documentid=29;status=VIDEO TOUR;itemwidth=100;"); aI("text=    VILLAS;url=/content.asp?documentid=20;status=VILLAS;itemwidth=100;"); aI("text=    RATES & BOOKINGS;url=/bookings.asp?documentid=21;status=RATES & BOOKINGS;itemwidth=150;"); aI("text=    PHOTO GALLERY;url=../Image Gallery.asp;status=PHOTO GALLERY;itemwidth=100;"); aI("text=    THINGS TO DO IN KALBARRI;url=/links/links.asp;status=THINGS TO DO IN KALBARRI;itemwidth=150;"); } drawMenus();