menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

//Please leave the above line intact

effect  =""

effect2 = "Shadow(color='#777777', Direction=135, Strength=5)"



timegap=150					// The time delay for menus to remain visible

followspeed=5				// Follow Scrolling speed

followrate=40				// Follow Scrolling Rate

suboffset_top=5;			// Sub menu offset Top position

suboffset_left=-1;			// Sub menu offset Left position





plain_style=[				// Menu Properties Array

"111111",						// Off Font Color

"F7AD00",					// Off Back Color

"FFFFFF",					// On Font Color

"BD2118",					// On Back Color

"ffffff",					// Border Color

12,							// Font Size

"normal",					// Font Style

"bold",						// Font Weight

"Verdana,Arial",	// Font

3,							// Padding

"./img/pfmen.gif"			// Sub Menu Image

,							// 3D Border & Separator

,"66ccff"					// 3D High Color

,"000099"					// 3D Low Color

]





addmenu(menu=[				// This is the array that contains your menu properties and details

"tbmenu",					// Menu items Name

1300,							// Top

0,							// left

,							// Width

0,							// Border Width

"valign",		// Screen Position - here you can use "center;left;right;middle;top;bottom"

plain_style,				// Properties Array - this is set higher up, as above

1,							// Always Visible - allows the menu item to be visible at all time

"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center

,							// Filter - Text variable for setting transitional effects on menu activation

,							// Follow Scrolling - Tells the menu item to follow the user down the screen

1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style

,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page

,							// Position of sub image left:center:right:middle:top:bottom

,							// Show an image on top menu bars indicating a sub menu exists below

,							// Reserved for future use

,							// Reserved for future use

,							// Reserved for future use

,,,

,"<nobr>&nbsp;Gemeinde-Infos&nbsp;","show-menu=m1",,"",1

,"<nobr>&nbsp;Bürgerservice&nbsp;","show-menu=m2",,"",1

,"<nobr>&nbsp;Tourismus & Freizeit&nbsp;","show-menu=m3",,"",1

,"<nobr>&nbsp;Wirtschaft & Gewerbe&nbsp;","show-menu=m4",,"",1

])



addmenu(menu=["m1",

,,160,1,"",plain_style,,,effect2,,,,,,,,,,,,

,"&nbsp;Gemeinderat", "gemeinderat.php",,,0

,"&nbsp;Verwaltung", "verwaltung.php",,,0

,"&nbsp;Baugebiete", "baugebiete.php",,,0

,"&nbsp;Gewerbegebiet", "gewerbegebiet.php",,,0

,"&nbsp;Partner-Gemeinden", "partner_gemeinden.php",,,0

,"&nbsp;Jahresrückblick", "jahresrueckblick.php",,,0

,"&nbsp;Aktuelles", "aktuelles.php",,,0

,"&nbsp;Gemeinde-Archiv","show-menu=m11",,"",0

,"&nbsp;Links", "links.php",,,0

,"&nbsp;Bücher", "buecher.php",,,0

,"&nbsp;Schule", "schule.php",,,0

,"&nbsp;Pfarreien", "pfarreien.php",,,0

,"&nbsp;Kindergärten", "kindergaerten.php",,,0

,"&nbsp;Satzungen", "satzungen.php",,,0

])





addmenu(menu=["m11",

,,150,1,"",plain_style,,,effect2,,,,,,,,,,,,

,"&nbsp;Foto-Galerie", "ga_fotos.php",,,0

,"&nbsp;Zeitungsarchiv", "ga_archiv.php",,,0

,"&nbsp;Statistik und Zahlen", "ga_statistik.php",,,0

])



addmenu(menu=["m2",

,,250,1,"",plain_style,,,effect2,,,,,,,,,,,,

,"&nbsp;Termine &amp; Veranstaltungen", "events.php",,,0

,"&nbsp;Abfallwirtschaft","show-menu=m21",,"",0

,"&nbsp;Formulare & Downloads", "formulare.php",,,0

,"&nbsp;Verloren-Gefunden", "verloren_gefunden.php",,,0

,"&nbsp;Busverbindungen", "busverbindungen.php",,,0

,"&nbsp;Was brauche ich, wenn...", "was_wenn.php",,,0

,"&nbsp;Straßenplan", "strplan.php",,,0

,"&nbsp;Volkshochschule", "vhs.php",,,0

])



addmenu(menu=["m21",

,,140,1,"",plain_style,,,effect2,,,,,,,,,,,,

,"&nbsp;Restmüll", "abfall1.php",,,0

,"&nbsp;Altpapier", "abfall2.php",,,0

,"&nbsp;Wertstoffhof", "abfall3.php",,,0

,"&nbsp;Sperrmüll", "abfall4.php",,,0

,"&nbsp;Restmüllsäcke", "abfall5.php",,,0

,"&nbsp;Problemmüll", "abfall6.php",,,0

])







addmenu(menu=["m3",

,,165,1,"",plain_style,,,effect2,,,,,,,,,,,,

,"&nbsp;Anfahrt", "anfahrt.php",,,0

,"&nbsp;Übernachtungen", "wohnen.php",,,0

,"&nbsp;Gastronomie", "gastronomie.php",,,0

,"&nbsp;Sehenswürdigkeiten", "sehensw.php",,,0

,"&nbsp;Freizeitgestaltung", "freizeit.php",,,0

,"&nbsp;Vereine", "vereine.php",,,0

,"&nbsp;Veranstaltungen", "eventst.php",,,0

,"&nbsp;Bildergalerien", "bilder1.php",,,0

,"&nbsp;Kultur und Brauchtum", "kultur.php",,,0

,"&nbsp;Straßenplan", "strplan.php",,,0

,"&nbsp;Prospekte anfordern", "prospekte.php",,,0



])





addmenu(menu=["m4",

,,160,1,"",plain_style,,,effect2,,,,,,,,,,,,

,"&nbsp;Gewerbegebiet", "gewerbegebiet.php",,,0

,"&nbsp;Firmenverzeichnis", "firmen.php",,,0





])





dumpmenus()










