//Variables to set 
between=25//The pixel between the menus and the submenus 
mainheight=22 //The height of the mainmenus 
subheight=22 //The height of the submenus 
pxspeed=12 //The pixel speed of the animation 
timspeed=12 //The timer speed of the animation 
menuy=20//The top placement of the menu. 
menux=10 //The left placement of the menu 
//Images - Play with these 
level0_regular="level0_regular.gif" 
level0_round="level0_round.gif" 
level1_regular="level1_regular.gif" 
level1_round="level1_round.gif" 
level1_sub="level1_sub.gif" 
level1_sub_round="level1_sub_round.gif" 
level1_round2="level1_round2.gif" 
level2_regular="level2_regular.gif" 
level2_round="level2_round.gif" 

//Leave this line 
preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round) 


//There are 3 different types of menus you can make 
//top = Main menus 
//sub = Sub menus 
//sub2 = SubSub menus 

//You control the look of the menus in the stylesheet 

//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)') 

//Menu 0 
makeMenu('top','AKTUELLES') 
makeMenu('sub','News aus der Gemeinde','aktuelles/mitteilung.html','content') 
makeMenu('sub','Veranstaltungen','aktuelles/veranst.html','content') 
makeMenu('sub','Wahlen und Abstimmungen','aktuelles/wahlen.html','content')

//Menu 1 
makeMenu('top','GEMEINDEVERWALTUNG') 
makeMenu('sub','Einwohner- Fremdenkontrolle','gemeindeverwaltung/ein_fin.html','content') 
makeMenu('sub','Pass / ID-Karte','gemeindeverwaltung/pass_id.html','content') 
makeMenu('sub','Todesfälle','gemeindeverwaltung/todesfall.html','content') 
makeMenu('sub','Ver- und Entsorgung','gemeindeverwaltung/ver_entsorgung.html','content')  
makeMenu('sub','Steuern / Abgaben','gemeindeverwaltung/steuern.html','content') 
makeMenu('sub','Bauland / Zonenplan','gemeindeverwaltung/bauland.html','content') 
//Menu 2 
makeMenu('top','BEHÖRDEN') 
makeMenu('sub','Gemeinderat','behoerden_verwaltung/gemeinderat.html','content') 
makeMenu('sub','Verwaltung / Amtsstellen','behoerden_verwaltung/verwaltung.html','content') 
makeMenu('sub','Kommissionen','behoerden_verwaltung/komm.html','content') 
makeMenu('sub','Soziale Institutionen','behoerden_verwaltung/soziale.html','content') 
makeMenu('sub','Wichtige Adressen','behoerden_verwaltung/adressen.html','content') 
//Menu 3 
makeMenu('top','SCHULE UND BILDUNG') 
makeMenu('sub','Volksschule','schule/volksschule.html','content') 
makeMenu('sub','Bildung','schule/bildung.html','content')
makeMenu('sub','Schule 2010','http://www.schule2010.ch','_blank')

//Menu 4 
makeMenu('top','STECKBRIEF') 
makeMenu('sub','Gemeinde','steckbrief/gemeinde.html','content') 
makeMenu('sub','Geschichte','steckbrief/geschichte.html','content')  
makeMenu('sub','Kirchgemeinde','steckbrief/kirchg.html','content')  
makeMenu('sub','Burgergemeinde','steckbrief/burger.html','content') 
makeMenu('sub','Politische Parteien','steckbrief/polit.html','content') 
makeMenu('sub','Wohnheim','steckbrief/wohnheim.html','content')  
makeMenu('sub','Ortsplan','lupe/map_bleienbach.htm','content')  
makeMenu('sub','Bilderbogen','photo/album_home.html','content') 

//Menu 5 
makeMenu('top','KULTUR / FREIZEIT') 
makeMenu('sub','Vereine','kultur_freizeit/vereine.html','content')
makeMenu('sub','Veranstaltungen','aktuelles/veranst.html','content')

//Menu 6 
makeMenu('top','WIRTSCHAFT / GEWERBE') 
makeMenu('sub','Gewerbe','wirtschaft_gewerbe/gewerbe.html','content')
makeMenu('sub','Industrie','wirtschaft_gewerbe/industrie.html','content')
makeMenu('sub','Waldwirtschaft','wirtschaft_gewerbe/wald.html','content')

//Menu 7 
makeMenu('top','VERKEHR') 
makeMenu('sub','Öffentlicher Verkehr','verkehr/oeffent.html','content') 
makeMenu('sub','Flugplatz','verkehr/flug.html','content') 

//Menu 8 
makeMenu('top','KIOSK') 
makeMenu('sub','Marktplatz','kiosk/markt.html','content') 
makeMenu('sub','Gästebuch','cgi-bin/gastbuch/v.php','content') 
makeMenu('sub','ePostkarten','cgi-bin/postkarten/bleienbach/postkarten.php','content') 

//Menu 9 
makeMenu('top','KONTAKT / LINKS') 
makeMenu('sub','Kontakte Gemeinde','kontakt_links/kontakt.html','content') 
makeMenu('sub','Links','kontakt_links/links.html','content')
makeMenu('sub','Home','http://www.bleienbach.ch','_top')
makeMenu('sub','Webmaster','mailto:info@datarena.ch','_blank')

//Menu 10
makeMenu('top','ONLINE-SCHALTER') 
makeMenu('sub','Online-Schalter','online_schalter/online.html','content')
makeMenu('sub','Downloads','online_schalter/downloads.html','content')
makeMenu('sub','','#',"",1) 

//Starting the menu 
onload=SlideMenuInit; 
