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
"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/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;Stadt-Infos&nbsp;","show-menu=m1",,"",1
,"&nbsp;Bürgerservice&nbsp;","show-menu=m2",,"",1
,"&nbsp;Tourismus & Freizeit&nbsp;","show-menu=m3",,"",1
,"&nbsp;Wirtschaft & Gewerbe&nbsp;","show-menu=m4",,"",1
])

addmenu(menu=["m1",
,,140,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Allgemeines", "stadt_allgemeines.php",,,0
,"&nbsp;Stadtgeschichte", "stadt_geschichte.php",,,0
,"&nbsp;Partnerstädte", "stadt_partnerstaedte.php",,,0
,"&nbsp;Lage / Anfahrt", "anfahrt.php",,,0
,"&nbsp;Einrichtungen", "einrichtungen.php",,,0
,"&nbsp;Gemeindeorgane", "gemeindeorgane.php",,,0
,"&nbsp;Baugebiete", "baugebiete.php",,,0
,"&nbsp;Vereinsverzeichnis", "vereine.php",,,0
,"&nbsp;Sitzungsprotokolle", "sitzungsprotokolle.php",,,0
,"&nbsp;Kontakt", "kontakt.php",,,0
])

addmenu(menu=["m2",
,,135,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Aktuelles", "aktuelles.php",,,0
,"&nbsp;Stadtverwaltung", "stadtverwaltung.php",,,0
,"&nbsp;Online-Formulare", "formulare.php",,,0
,"&nbsp;Infos von A-Z", "infos_az.php",,,0
,"&nbsp;Stadtplan", "stadtplan.php",,,0
,"&nbsp;Links", "links.php",,,0

])

addmenu(menu=["m3",
,,155,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Sehenswürdigkeiten", "sehensw.php",,,0
,"&nbsp;Sportmöglichkeiten", "sport.php",,,0
,"&nbsp;Veranstaltungen", "events.php",,,0
,"&nbsp;Gastronomie", "gastronomie.php",,,0
,"&nbsp;Übernachtung", "uebernachtung.php",,,0
,"&nbsp;Kulturelles", "kulturelles.php",,,0
,"&nbsp;Bilder", "bilder.php",,,0
,"&nbsp;Bilder - historisch", "bilderh.php",,,0
,"&nbsp;Anfahrt", "anfahrt.php?men=4",,,0
,"&nbsp;Stadtplan", "stadtplan.php?men=4",,,0

])


addmenu(menu=["m4",
,,160,1,"",plain_style,,,effect2,,,,,,,,,,,,
,"&nbsp;Gewerbegebiete", "gewerbegebiete.php",,,0
,"&nbsp;ZF Electronics GmbH", "cherry.php",,,0
,"&nbsp;Firmenverzeichnis", "firmen.php",,,0

])


dumpmenus()




