
//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=177 //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)



//Menu 0 
makeMenu('top','&nbsp;&nbsp;Kezdőlap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','index.php')
	
//Menu 1
	    

//Menu 2    
makeMenu('top','&nbsp;&nbsp;Magunkról >>')
	  
	makeMenu('sub','&nbsp;&nbsp;Alakulás','index.php?id=1')
	makeMenu('sub','&nbsp;&nbsp;Cégfilozófia','index.php?id=2')
	makeMenu('sub','&nbsp;&nbsp;Térkép','index.php?id=3')
	makeMenu('sub','&nbsp;&nbsp;Építkezők boltja','index.php?id=4')
//	makeMenu('sub','&nbsp;&nbsp;Kontakt/Anfahrt','kontakt.php')

//Menu 3
makeMenu('top','&nbsp;&nbsp;BEKA Falfűtés, -hűtés >>')
	makeMenu('sub','&nbsp;&nbsp;Általános ismertető','index.php?id=5')
  	makeMenu('sub','&nbsp;&nbsp;Tervezési segédlet','index.php?id=6')
	makeMenu('sub','&nbsp;&nbsp;Termékleírások','index.php?id=7')
  
makeMenu('top','&nbsp;&nbsp;Termékeink >>')
	makeMenu('sub','&nbsp;&nbsp;Hőszivattyú','index.php?id=8')
  	makeMenu('sub','&nbsp;&nbsp;Egyéb','index.php?id=9')
//Menu 3
//makeMenu('top','&nbsp;&nbsp;Szolgáltatásaink >>')
makeMenu('top','&nbsp;&nbsp;Szolgaltatasaink','index.php?id=10')
// 	makeMenu('sub','&nbsp;&nbsp;Kivitelezés','index.php')
//	makeMenu('sub','&nbsp;&nbsp;Szervíz','index.php')

//Menu 5 
makeMenu('top','&nbsp;&nbsp;Elérhetőségeink&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','?id=11')

//Menu 6 
makeMenu('top','&nbsp;&nbsp;Referencia képek','?id=12')

//Menu 7 
makeMenu('top','&nbsp;&nbsp;Árajánlat kérés&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','index.php?id=13',"",'1')
 
//Starting the menu
onload=SlideMenuInit;

