_menuCloseDelay=100 // The time delay for menus to remain visible on mouse out _menuOpenDelay=5 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=7 // Sub menu top offset _subOffsetLeft=-8 // 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()){ onbgcolor= "#D6BC0E";//"E7C212"; //"D6361C"; //"#FF9900"; #EF3439 oncolor="#000000"; offbgcolor="transparent"; offcolor="#ffffff"; bordercolor="#404040"; borderstyle="solid"; borderwidth=0; separatorcolor="#ffffff"; separatorsize="1"; padding=3; fontsize="12px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana,Arial,Tahoma"; pagecolor="#ffffff"; //pagebgcolor="#647582"; pagebgcolor="transparent"; //headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; // arrow.gif subimagepadding="2"; overfilter=""; outfilter=""; align="left"; //outfilter="randomdissolve(duration=0.3)"; } // overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"; with(XPMenuStyle=new mm_style()){ onbgcolor="#D6BC0E";//"#D6361C"; oncolor="#000000"; offbgcolor="#7D9BCD";//"#F7AD00"; offcolor="#ffffff"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=1; separatorcolor="#8A867A"; separatorpadding="3"; separatoralign="right"; separatorwidth="90%"; padding=4; fontsize="12px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana,Arial,Tahoma"; //image="./incdd/menuimages/axpblank.gif"; //image="./incdd/menuimages/xpblank.gif"; //overimage="./incdd/menuimages/xp_green.gif"; subimage="./incdd/menuimages/arroww.gif"; onborder="1px solid #ffffff"; //overfilter=""; outfilter=""; overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=83);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; //menubgimage="./incdd/menuimages/winxp.gif"; } with(new menuname("Main Menu")){ style=menuStyle; position="relative"; alwaysvisible=1; menuwidth="480"; //menualign="left"; orientation="horizontal"; //aI("image=./incdd/menuimages/nav_bu_home.gif;overimage=./incdd/menuimages/nav_bu_home.gif;url=index.php;status=Zurück zur Startseite;"); aI("text=  Gemeinde-Info   ;itemwidth=135;align=left;showmenu=men1;");aI("text=  Service   ;itemwidth=125;align=left;showmenu=men2;");aI("text=  Freizeit & Tourismus   ;itemwidth=165;align=left;showmenu=men3;");aI("text=  Wirtschaft & Gewerbe   ;itemwidth=165;align=left;showmenu=men4;");} with(Navigation=new menuname("men1")){ style=XPMenuStyle; margin=4; overflow="scroll"; aI("text=Aktuelles;url=aktuelles.php;");aI("text=Gemeinderat;showmenu=men12;");aI("text=Verwaltung;url=verwaltung.php;");aI("text=Agenda 21;url=agenda21.php;");aI("text=Bauen & Wohnen;url=bauen.php;");aI("text=Links;url=links.php;");aI("text=Schule;url=schule.php;");aI("text=Pfarreien;url=pfarreien.php;");aI("text=Kindergarten;url=kindergarten.php;");} with(Navigation=new menuname("men2")){ style=XPMenuStyle; margin=4; overflow="scroll"; aI("text=Download;url=formulare.php;");} with(Navigation=new menuname("men3")){ style=XPMenuStyle; margin=4; overflow="scroll"; aI("text=Veranstaltungen;url=events.php;");aI("text=Anfahrt;url=anfahrt.php;");aI("text=Übernachten;url=uebernachtung.php;");aI("text=Gastronomie;url=gastronomie.php;");aI("text=Sehenswürdigkeiten;url=sehensw.php;");aI("text=Vereine;url=vereine.php;");} with(Navigation=new menuname("men4")){ style=XPMenuStyle; margin=4; overflow="scroll"; aI("text=Gewerbeflächen;url=gewerbe.php;");aI("text=Firmenverzeichnis;url=firmen.php;");} with(Navigation=new menuname("men12")){ style=XPMenuStyle; margin=4; overflow="scroll"; aI("text=Termine;url=gr_termine.php;");aI("text=Mitglieder;url=gemeinderat.php;");aI("text=Protokolle;url=gr_prot.php;");} drawMenus();