_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=50 // Follow scrolling Rate _subOffsetTop=-5 // Sub menu top offset _subOffsetLeft=-12 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuSub=new mm_style()){ onbgcolor="#CECECE"; oncolor="#404040"; offbgcolor="#CECECE"; offcolor="#000000"; bordercolor="#CECECE"; borderwidth="0"; padding="2"; width="150"; //image="images/bottom_dots_menu.gif"; //imageposition="bottom"; //fontweight="bold"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; //overfilter="Wipe(GradientSize=0.2, wipeStyle=1, motion='forward')"; //outfilter="Wipe(GradientSize=0.2, wipeStyle=1, motion='reverse')"; overfilter="Fade(duration=0.1)"; outfilter="Fade(duration=0.1)"; } with(menuMain=new mm_style()){ onbgcolor="#ECECEC"; oncolor="#404040"; offbgcolor="#ECECEC"; offcolor="#000000"; separatorcolor="#ECECEC"; separatorsize="0"; padding="3"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; } with(milonic=new menuname("Main Menu")){ style=menuMain; //top=10; //left=10; alwaysvisible=1; orientation="horizontal"; position="relative"; aI("image=images/tab_about.gif;overimage=images/tab_about_ON.gif;showmenu=subAbout ;"); aI("image=images/tab_contact.gif;overimage=images/tab_contact_ON.gif;showmenu=subContact;"); aI("image=images/tab_reservations.gif;overimage=images/tab_reservations_ON.gif;showmenu=subReservations;"); aI("image=images/tab_hotdeals.gif;overimage=images/tab_hotdeals_ON.gif;showmenu=subHot Deals;"); aI("image=images/tab_canberra.gif;overimage=images/tab_canberra_ON.gif;showmenu=subCanberra;"); aI("image=images/tab_accommodation.gif;overimage=images/tab_accommodation_ON.gif;showmenu=subAccommodation;"); aI("image=images/tab_conferences.gif;overimage=images/tab_conferences_ON.gif;showmenu=subConferences;"); aI("image=images/tab_catering.gif;overimage=images/tab_catering_ON.gif;showmenu=subCatering;"); } with(milonic=new menuname("subAbout ")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=About Doma Hotels ;url=page4.html;"); aI("text=Corporate Partners;url=page5.html;"); aI("text=Media Releases;url=page43.html;showmenu=Media ReleasessubAbout ;"); aI("text=Sponsorship;url=page44.html;showmenu=SponsorshipsubAbout ;"); aI("text=Careers;url=page45.html;showmenu=CareerssubAbout ;"); } with(milonic=new menuname("Media ReleasessubAbout ")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=Hayley Jensen- face of Doma Hotels;url=page74.html;"); } with(milonic=new menuname("subContact")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=Conferences;url=page48.html;"); aI("text=Weddings;url=page49.html;"); aI("text=Marketing and Sponsorship;url=page50.html;"); } with(milonic=new menuname("subReservations")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=hotel realm;url=http://www.hotelrealm.com.au;"); aI("text=Bentley Suites;url=http://www.bentleysuites.com.au;"); aI("text=Pinnacle Apartments;url=http://www.pinnacleapartments.com.au;"); aI("text=Bay Waters;url=page84.html;"); } with(milonic=new menuname("subHot Deals")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=hotel realm;url=http://www.hotelrealm.com.au;"); aI("text=Bentley Suites Packages;url=http://www.bentleysuites.com.au;"); aI("text=Pinnacle Apartments Packages;url=http://www.pinnacleapartments.com.au;"); aI("text=Bay Waters Packages;url=page83.html;"); } with(milonic=new menuname("subCanberra")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=Doma Hotels ;url=page11.html;"); aI("text=Map;url=page12.html;"); aI("text=Things to do;url=page21.html;"); aI("text=Places to see;url=page18.html;"); } with(milonic=new menuname("subAccommodation")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=hotel realm;url=http://www.hotelrealm.com.au;"); aI("text=Bentley Suites;url=http://www.bentleysuites.com.au;"); aI("text=Pinnacle Apartments;url=http://www.pinnacleapartments.com.au;"); } with(milonic=new menuname("subConferences")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=hotel realm;url=http://www.hotelrealm.com.au;"); aI("text=Pinnacle Apartments;url=http://www.pinnacleapartments.com.au;"); } with(milonic=new menuname("subCatering")){ style=menuSub; top="offset=1"; left="offset=0"; aI("text=hotel realm;url=http://www.hotelrealm.com.au;"); aI("text=Bentley Suites;url=http://www.bentleysuites.com.au;"); aI("text=Pinnacle Apartments;url=http://www.pinnacleapartments.com.au;"); } //drawMenus();