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=0;			// Sub menu offset Top position
suboffset_left=-1;			// Sub menu offset Left position


plain_style=[				// Menu Properties Array
"ffffff",						// Off Font Color
"359CF7",					// Off Back Color
"000000",					// On Font Color
"E19D35",					// On Back Color
"ffffff",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana,Arial",	// Font
3,							// Padding
"./img/pixtr.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;Rathaus & Politik&nbsp;","show-menu=m1",,"",1
,"<nobr>&nbsp;B&uuml;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",
,,200,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Aktuelles", "aktuelles.php",,,0
,"&nbsp;Breitbandversorgung:<br><small>&nbsp;&nbsp;Markterkundungs-und Auswahlverfahren</small>", "breitbandversorgung.php",,,0
,"&nbsp;Anfahrt", "anfahrt.php",,,0
,"&nbsp;Daten der Gemeinde", "daten_der_gemeinde.php",,,0
,"&nbsp;Marktorgane", "gemeinderat.php",,,0
//,"&nbsp;Öffentliche Bekanntmachungen", "aus_dem_marktgemeinderat.php",,,0
,"&nbsp;Einrichtungen der Gemeinde", "einrichtungen.php",,,0
,"&nbsp;Geschichte", "geschichte.php",,,0
,"&nbsp;Logo des Marktes Kastl", "logo.php",,,0
,"&nbsp;Wahlergebnisse", "wahlergebnisse.php",,,0
,"&nbsp;Archiv", "archiv.php",,,0
])

addmenu(menu=["m2",
,,160,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Gemeindeverwaltung", "gemeindeverwaltung.php",,,0
,"&nbsp;Beauftragte der Gemeinde", "beauftragte.php",,,0
,"&nbsp;Planen und Bauen", "planen_bauen.php",,,0
,"&nbsp;Grundstücks- und Immobilienmarkt", "immobilien.php",,,0
,"&nbsp;Ortsrecht", "ortsrecht.php",,,0
,"&nbsp;Schweppermannsbote", "schwbote.php",,,0
,"&nbsp;Online Formulare", "formulare.php",,,0
,"&nbsp;Ortsplan", "ortsplan.php",,,0
,"&nbsp;Jobb&ouml;rse", "jobboerse.php",,,0
,"&nbsp;Notf&auml;lle", "notfaelle.php",,,0
,"&nbsp;Links", "links.php",,,0
,"&nbsp;Kontakt", "kontakt.php",,,0

])

addmenu(menu=["m3",
,,155,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Anfahrt", "anfahrtt.php",,,0
,"&nbsp;Übernachtungen", "wohnen.php",,,0
,"&nbsp;Gastronomie", "gastronomie.php",,,0
,"&nbsp;Sehenswürdigkeiten", "sehensw.php",,,0
,"&nbsp;Heimatmuseum", "heimatmuseum.php",,,0
,"&nbsp;Freizeitgestaltung", "freizeitgestaltung.php",,,0
,"&nbsp;Kirchen", "kirchen.php",,,0
,"&nbsp;Vereine", "vereine.php",,,0
,"&nbsp;Veranstaltungen", "events.php",,,0
,"&nbsp;Film über Kastl", "video.php",,,0
,"&nbsp;Bilder aus Kastl", "bilder.php",,,0
,"&nbsp;Schweppermannspiele", "schweppermannspiele.php",,,0
,"&nbsp;Interaktive Regionskarte (extern)", "http://maps.bayerischerjura.de/default.aspx?MapStyle=s&CenterLatitude=49.367477637538535&CenterLongitude=11.68133877217768&DefaultZoom=13&DefaultThema=6&IgnorePinIDs target=_blank",,,0
])


addmenu(menu=["m4",
,,163,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Ärzte, Heilberufe,<br>&nbsp;Handel & Gewerbe", "firmen.php",,,0
,"&nbsp;Gewerbeflächen", "gewerbeflaechen.php",,,0

])


dumpmenus()





