//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=190 //The top placement of the menu.
menux=0 //The left placement of the menu
//Images - Play with these
level0_regular="http://www.rapos.ru/Images/level0_regular_5.gif"
level0_round="http://www.rapos.ru/Images/level0_round_5-3.gif"
level1_regular="http://www.rapos.ru/Images/level1_regular_5-2.gif"
level1_round="http://www.rapos.ru/Images/level1_round_5-3.gif"
level1_sub="http://www.rapos.ru/Images/level1_sub_3.gif"
level1_sub_round="http://www.rapos.ru/Images/level1_sub_round_3.gif"
level1_round2="http://www.rapos.ru/Images/level1_round2_3.gif"
level2_regular="http://www.rapos.ru/Images/level2_regular_3.gif"
level2_round="http://www.rapos.ru/Images/level2_round_3.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','Новости')
	makeMenu('sub','Архив новостей','http://www.rapos.ru/News/shownews.php?arch=1&show=full')
	makeMenu('sub','Новости из регионов','http://www.rapos.ru/Info/viewforum.php?f=14')

//Menu 1
makeMenu('top','О нас')
	makeMenu('sub','История РАПОС','http://www.rapos.ru/Info/viewtopic.php?t=36')
	makeMenu('sub','Устав РАПОС','http://www.rapos.ru/Info/viewtopic.php?t=35')
	makeMenu('sub','Типовое положение','http://www.rapos.ru/Info/viewforum.php?f=8')
	makeMenu('sub','Направления работы','http://www.rapos.ru/Info/viewforum.php?f=9')
	makeMenu('sub','Правление РАПОС','http://www.rapos.ru/Info/viewforum.php?f=10')
	makeMenu('sub','КРК РАПОС','http://www.rapos.ru/Info/viewforum.php?f=11')
	makeMenu('sub','Совет РАПОС','http://www.rapos.ru/Info/viewforum.php?f=12')
	makeMenu('sub','Как вступить','http://www.rapos.ru/Info/viewforum.php?f=13')
	makeMenu('sub','Фотогалерея','http://www.rapos.ru/Gallery/index.php')

//Menu 2    
makeMenu('top','Документы')
  makeMenu('sub','Официальные','http://www.rapos.ru/Info/viewforum.php?f=1')
  makeMenu('sub','Документы РАПОС','http://www.rapos.ru/Info/viewforum.php?f=2')
  makeMenu('sub','Статьи и мнения','http://www.rapos.ru/Info/viewforum.php?f=3')
  makeMenu('sub','Выступления','http://www.rapos.ru/Info/viewforum.php?f=4')
//Menu 3
makeMenu('top','Ссылки','http://www.rapos.ru/Other/links.pl')

//Menu 4  
makeMenu('top','Форум','http://www.rapos.ru/Forum/','_blank')

//Menu 5
makeMenu('top','Контакты','http://rapos.ru/Info/viewtopic.php?p=59')
  
//Starting the menu
onload=SlideMenuInit