//Variables to set
between=28 //The pixel between the menus and the submenus
mainheight=25 //The height of the mainmenus
subheight=22 //The height of the submenus
pxspeed=13 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=80 //The top placement of the menu.
menux=0 //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','Startseite','Hauptseite.htm','Hauptframe')

//Menu 1    
makeMenu('top','Technic & Media')
makeMenu('sub','PC & Internet','internet.htm','Hauptframe')
	makeMenu('sub','Bücher','buecher.htm','Hauptframe')

makeMenu('top','Filmstarts')
makeMenu('sub','Kino im August','aktuell3.htm','Hauptframe')
  
	
//Menu 2
makeMenu('top','Treffs')
	makeMenu('sub','Jugendtreffs')
	 makeMenu('sub2','Treffs in Spandau','einricht.htm','Hauptframe')
	 makeMenu('sub2','Girls only','maedchen.htm','Hauptframe')
	makeMenu('sub','Sport')
	  makeMenu('sub2','Übersicht','sport.htm','Hauptframe')
	  makeMenu('sub2','Basket & Streetball','sportbas.htm','Hauptframe')
	  makeMenu('sub2','Skateboard & Inline','sportska.htm','Hauptframe')
	   makeMenu('sub2','Wassersport','sportwas.htm','Hauptframe')
	    makeMenu('sub2','Fußball','sportfus.htm','Hauptframe')
		
	
	makeMenu('top','Helplines')
	  makeMenu('sub','Schwere Zeiten','schwere.htm','Hauptframe')
	  makeMenu('sub','Liebe & Sexualität','love.htm','Hauptframe')
	  
	   makeMenu('sub','Drogen & Sucht','drogen.htm','Hauptframe')
	    makeMenu('sub','Aids','aids.htm','Hauptframe')
	  
	  makeMenu('top','Ausbildung')
  	makeMenu('sub','Schule','extra2.htm','Hauptframe')
	makeMenu('sub','Jobs','jobs.htm','Hauptframe')
	
	makeMenu('top','Events')
  	makeMenu('sub','August-Events','termine.htm','Hauptframe')


 makeMenu('top','Inter@ktiv')
  	makeMenu('sub','Kontakt','php/mail.php','Hauptframe')

	makeMenu('sub','Impressum','impress2.htm','Hauptframe')


//Starting the menu
onload=SlideMenuInit;