_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle=new mm_style()){ align="middle"; onbgcolor="#e3d189"; oncolor="#532818"; offbgcolor="#ffffff"; offcolor="#532818"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=1; separatorcolor="#e3d189"; separatorsize="1"; padding="3"; fontsize="13"; fontstyle="normal"; fontweight="bold"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#000000"; pagebgcolor="#ffffff"; headercolor="#000000"; headerbgcolor="#ffffff"; itemwidth=0; //subimage="/online/menu/arrow.gif"; //subimagepadding="2"; //overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.1)"; } with(submenuStyle=new mm_style()){ onbgcolor="#ffffff"; oncolor="#000000"; offbgcolor="#e3d189"; offcolor="#000000"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=1; separatorcolor="#ffffff"; separatorsize="1"; padding="3"; fontsize="13"; fontstyle="normal"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#000000"; pagebgcolor="#ffffff"; headercolor="{subheadercolor}"; headerbgcolor="{subheaderbgcolor}"; subimage="/online/menu/arrow.gif"; subimagepadding="2"; //overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.1)"; } with(milonic=new menuname("main")){ style=menuStyle; screenposition="center"; top="143"; left="offset=0"; alwaysvisible=1; orientation="horizontal"; aI("text=Home;showmenu=home;url=eng_index.html;"); aI("text=Hotel;showmenu=hotel;url=eng_hotel.html;"); aI("text=Preise;showmenu=preise;url=eng_sommer.html;"); aI("text=Leisure;showmenu=leisure;url=eng_freizeit.html;"); aI("text=Tour Operators;showmenu=tour_operators;url=eng_downloads.html;"); aI("text=Dos Piranhas;url=eng_dospiranhas.html;"); aI("text=Contact;showmenu=contact;url=eng_kontakt.html;"); aI("text=About Us;showmenu=about_us;url=eng_about.html;"); aI("text=Jobs;url=eng_jobs.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("home")){ style=submenuStyle; aI("text=Tour Operators;url=eng_reisebuero.html;"); aI("text=Picture Gallery;url=javascript:openPresenter('en');"); aI("text=Contact;url=eng_kontakt.html;"); aI("text=Route Planner;url=eng_routenplaner.html;"); aI("text=Newsletter;url=eng_newsletter.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("hotel")){ style=submenuStyle; aI("text=Rooms;url=eng_zimmer.html;"); aI("text=Restaurant;url=eng_restaurant.html;"); aI("text=Swimming Pool;url=eng_wellness.html;"); aI("text=History;url=eng_geschichte.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("preise")){ style=submenuStyle; aI("text=Summer;url=eng_sommer.html;"); aI("text=Winter;url=eng_winter.html;"); aI("text=Specials;url=eng_package.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("leisure")){ style=submenuStyle; aI("text=Excursions;url=eng_ausfluege.html;"); aI("text=Hiking;url=eng_wandern.html;"); aI("text=Biking;url=eng_biken.html;"); aI("text=Golf;url=eng_golf.html;"); aI("text=Swimming;url=eng_schwimmen.html;"); aI("text=Skiing;url=eng_skifahren.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("tour_operators")){ style=submenuStyle; aI("text=Registration;url=eng_kontakt_registrierung.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("contact")){ style=submenuStyle; aI("text=Generals;url=eng_kontakt.html;"); aI("text=Reservations;url=eng_kontakt_reservierung.html;"); aI("text=Newsletter;url=eng_newsletter.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("about_us")){ style=submenuStyle; aI("text=How to get there;url=eng_anreise.html;"); aI("text=Route Planner;url=eng_routenplander.html;"); aI("text=ENG! Auf einen Blick;url=eng_blick.html;"); aI("text=History;url=eng_geschichte.html;"); } //------------------------------------------------------------------------------------- drawMenus();