//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=33 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=680 //The top placement of the menu.
menux=5 //The left placement of the menu
//Images - Play with these
level0_regular="index/level0_regular.gif"
level0_round="index/level0_round.gif"
level1_regular="index/level1_regular.gif"
level1_round="index/level1_round.gif"
level1_sub="index/level1_sub.gif"
level1_sub_round="index/level1_sub_round.gif"
level1_round2="index/level1_round2.gif"
level2_regular="index/level2_regular.gif"
level2_round="index/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','О проекте','for_proj.html')
	
//Menu 1
makeMenu('top','Рубрики')
          makeMenu('sub','Сканер','r_skaner.html')
	  makeMenu('sub','Подводная одиссея','r_submaradvant.html')
	  makeMenu('sub','Касты автосервиса','r_kastleauto.html')
	  makeMenu('sub','Мегафон','n1_s_megafon.html')
	  makeMenu('sub','Байки "Ремзоны"','r_baikiremz.html')
	  makeMenu('sub','Workshop@','r_workshop.html')
	  makeMenu('sub','Bodyshop@','r_bodyshop.html')
	  makeMenu('sub','Сеть','n1_s_set.html')
	  makeMenu('sub','Питание "Ремзоны"','r_pitanie.html')
	  makeMenu('sub','Тюнинг','r_tuning.html')
	  makeMenu('sub','"Коммерс"','r_kommers.html')
	  makeMenu('sub','Тусовка','r_tusovka.html')
	  makeMenu('sub','Курилка','r_kurilka.html')
	  makeMenu('sub','Дурь','r_dur.html')
          makeMenu('sub','Антидилер','n2_top_antidiler.html')
	  makeMenu('sub','WWW','n2_top_kibervoini.html')
	  makeMenu('sub','Социум','n2_top_moscow_s_nomoscow.html')
	  makeMenu('sub','Автопром','r_autoprom.html')
	  	  
//Menu 2
makeMenu('top','Жители','livels.html')	 

//Menu 3  
makeMenu('top','Под прицелом')
  makeMenu('sub','Akzanobel','n1_top_good_news.html')

//Menu 4
makeMenu('top','Форумы')
  makeMenu('sub','Новости','http://www.r-zona.ru/forum/forums.php?forum=1')
  makeMenu('sub','Анонсы','http://www.r-zona.ru/forum/forums.php?forum=2')
  makeMenu('sub','Статьи','http://www.r-zona.ru/forum/forums.php?forum=3')
  makeMenu('sub','Жители','http://www.r-zona.ru/forum/forums.php?forum=4')
  makeMenu('sub','WorkShop','http://www.r-zona.ru/forum/forums.php?forum=6')
  makeMenu('sub','BodyShop','http://www.r-zona.ru/forum/forums.php?forum=7')
  makeMenu('sub','"ДИАГНОЗИС"','http://www.r-zona.ru/forum/forums.php?forum=8')
  makeMenu('sub','Биржа труда','http://www.r-zona.ru/forum/forums.php?forum=9')
  makeMenu('sub','Барахолка','http://www.r-zona.ru/forum/forums.php?forum=10')
  makeMenu('sub','Флейм','http://www.r-zona.ru/forum/forums.php?forum=13')
  makeMenu('sub','Юмор','http://www.r-zona.ru/forum/forums.php?forum=14')
  
  //Menu 5
makeMenu('top','Ссылки')
  makeMenu('sub','Друзья','resources/default.asp')  
  makeMenu('sub','Партнёры','resources/default.asp')  
  makeMenu('sub','Полезное','resources/default.asp')  

//Starting the menu
onload=SlideMenuInit;

