//Variables to set
between=28 //The pixel between the menus and the submenus
mainheight=25 //The height of the mainmenus
subheight=42 //The height of the submenus
pxspeed=13 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=200 //The top placement of the menu.
menux=5 //The left placement of the menu
//Images - Play with these
level0_regular="../rus/menu/level0_regular.gif"
level0_round="../rus/menu/level0_round.gif"
level1_regular="../rus/menu/level1_regular.gif"
level1_round="../rus/menu/level1_round.gif"
level1_sub="../rus/menu/level1_sub.gif"
level1_sub_round="../rus/menu/level1_sub_round.gif"
level1_round2="../rus/menu/level1_round2.gif"
level2_regular="../rus/menu/level2_regular.gif"
level2_round="../rus/menu/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','History of Establishing')
	makeMenu('sub','The History of the Museum','history.shtml','_top')
	makeMenu('sub','Memorial','memorial.shtml','_top')
	makeMenu('sub','Motherland sculpture','skulp.shtml','_top')
//Menu 1    
makeMenu('top','Expositions')
  makeMenu('sub','Main exposition','main_exp.shtml','_top')
  makeMenu('sub','War Relics Expositions','relikt.shtml','_top')
//Menu 2
makeMenu('top','For visitors')
  makeMenu('sub','Opening hours','rozklad.shtml','_top')
  makeMenu('sub','How to find us','findus.shtml','_top')
  makeMenu('sub','How to book the guided tour','zamovl.shtml','_top')
//Menu 3
makeMenu('top','For experts')
  makeMenu('sub','Management','admin.shtml','_top')
//Menu 4
makeMenu('top','Site map','map.shtml','_top')
//Menu 5
makeMenu('top','Language choice','../index.html','_top')

//Starting the menu
onload=SlideMenuInit;