
//Variables to set
between=26 //The pixel between the menus and the submenus
mainheight=26 //The height of the mainmenus
subheight=26 //The height of the submenus
pxspeed=5 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=190 //The top placement of the menu.
menux=40 //The left placement of the menu
//Images - Play with these
level0_regular="images/level0_regular.gif"
level0_round="images/level0_round.gif"
level1_regular="images/level1_regular.gif"
level1_round="images/level1_round.gif"
level1_sub="images/level1_sub.gif"
level1_sub_round="images/level1_sub_round.gif"
level1_round2="images/level1_round2.gif"
level2_regular="images/level2_regular.gif"
level2_round="images/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)


//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')

//Menu 0 
makeMenu('top','&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','index.htm')
	
//Menu 1
makeMenu('top','&nbsp;&nbsp;Aktuelles','aktuelles.htm')
	    

//Menu 2    
makeMenu('top','&nbsp;&nbsp;Der Verband >>')
	  
	makeMenu('sub','&nbsp;&nbsp;Wir über uns >>')
	  makeMenu('sub2','&nbsp;&nbsp;Aufgaben','aufgaben.htm')
	  makeMenu('sub2','&nbsp;&nbsp;Abfallwirtschaft','abfall.htm')
	  makeMenu('sub2','&nbsp;&nbsp;Dienstleistungen','dienstleistung.htm')
	  makeMenu('sub2','&nbsp;&nbsp;Öffentlichkeitsarbeit','oeffentlichkeit.htm')
	makeMenu('sub','&nbsp;&nbsp;Verbandsvorstand','vorstand.htm')
	makeMenu('sub','&nbsp;&nbsp;BGRB-Kompetenzteam >>')
	  makeMenu('sub2','&nbsp;&nbsp;KT-Forum','mitglied/forum/index.php')
	  makeMenu('sub2','&nbsp;&nbsp;BGRB-KT','kompetenzteam.htm')
	makeMenu('sub','&nbsp;&nbsp;Geschäftsführung','geschaefts.htm')
	makeMenu('sub','&nbsp;&nbsp;Kontakt/Anfahrt','kontakt.htm')

//Menu 3
makeMenu('top','&nbsp;&nbsp;Verbandsmitglieder >>')
	makeMenu('sub','&nbsp;&nbsp;Direktmitglieder','mitglieder.htm')
  	makeMenu('sub','&nbsp;&nbsp;Fördermitglieder','foerder.htm')

  
  //Menu 4  
makeMenu('top','&nbsp;&nbsp;Info-Center >>')
  makeMenu('sub','&nbsp;&nbsp;Presse-Mitteilungen','presse.htm')
  makeMenu('sub','&nbsp;&nbsp;Presse-Spiegel','presse-spiegel.htm')
   makeMenu('sub','&nbsp;&nbsp;RC-Forschung >>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;')
		makeMenu('sub2','&nbsp;&nbsp;Innovatives','innovatives.htm')
	makeMenu('sub2','&nbsp;&nbsp;Forschungsübersicht','rc-forschung.htm')
 makeMenu('sub','&nbsp;&nbsp;Imagebroschüre','PDF/Image-Flyer_BGRB.pdf','_new')
  makeMenu('sub','&nbsp;&nbsp;Bekundungen pro-RC u. Produkt','bekundungen.htm')
  makeMenu('sub','&nbsp;&nbsp;Gütesicherungen >>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ')
	  makeMenu('sub2','&nbsp;&nbsp;(E)Kriterienkatalog','PDF/Kriterienkatalog.pdf','_new')
	  makeMenu('sub2','&nbsp;&nbsp;RAL-RG 501/1','ral501-1.htm')
 	  makeMenu('sub2','&nbsp;&nbsp;RAL-RG 501/2','ral501-2.htm')
	  makeMenu('sub2','&nbsp;&nbsp;RAL-RG 501/3','ral501-3.htm')
	  makeMenu('sub2','&nbsp;&nbsp;RAL-RG 501/4','ral501-4.htm')
  makeMenu('sub','&nbsp;&nbsp;RC-News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','rc-news.htm')
 makeMenu('sub','&nbsp;&nbsp;RC-Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','links.htm')

  makeMenu('sub','&nbsp;&nbsp;Fotos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','events.htm')
  makeMenu('sub','&nbsp;&nbsp;Satzung&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','satzung.htm') 
  makeMenu('sub','&nbsp;&nbsp;Aufnahmeantrag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','PDF/Aufnahmeantrag.doc','_new') 
makeMenu('sub','&nbsp;&nbsp;BGRB-Logo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','logo.htm')     	  

//Menu 5 
makeMenu('top','&nbsp;&nbsp;Mitgliederbereich&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','mitglied/index.php','_new') 

//Menu 6 
makeMenu('top','&nbsp;&nbsp;Kontakt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','form.htm')


//Menu 7 
makeMenu('top','&nbsp;&nbsp;Impressum','impressum.htm')

//Menu 7 
makeMenu('top','&nbsp;&nbsp;Acrobat Reader','pdf.htm')

//Menu 8 
makeMenu('top','&nbsp;&nbsp;Sitemap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','sitemap.htm')
//Menu 9
makeMenu('top','&nbsp;&nbsp;Updates','updates.htm',"",'1')

 
//Starting the menu
onload=SlideMenuInit;

