//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=240 //The top placement of the menu.
menux=10 //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','ГЛАВНАЯ','http://www.phantom-film.ru/index.html')
    
//Menu 1
makeMenu('top','ГОРЯЧИЕ НОВОСТИ','http://www.phantom-film.ru/forum/index.php?showforum=22','new')
    
//Menu 2    
makeMenu('top','ТЕАТРАЛЬНОЕ ФОЙЕ')
  makeMenu('sub','Форум','http://www.phantom-film.ru/forum','new')
  makeMenu('sub','Гостевая','http://box5.forum24.ru/','new')
    
//Menu 3
makeMenu('top','РЕПЕРТУАРНЫЙ ПЛАН')
  makeMenu('sub','Мюзикл "Призрак Оперы"','http://www.phantom-film.ru/repertoire/musical/musical.html')
  makeMenu('sub','Фильм "Призрак Оперы" 2004 г.','http://www.phantom-film.ru/repertoire/film2004/film2004.html')
  makeMenu('sub','Другие экранизации','http://www.phantom-film.ru/repertoire/films/films.html')


//Menu 4  
makeMenu('top','ТЕАТРАЛЬНАЯ ПРОГРАММКА')
  makeMenu('sub','Актерское фойе','http://www.phantom-film.ru/actors/actors.html')
  makeMenu('sub','Создатели','http://www.phantom-film.ru/creators/creators.html')
  makeMenu('sub','Пресса','http://www.phantom-film.ru/press/press.html')
  makeMenu('sub','Сканы','http://www.phantom-film.ru/scan/scan.html')

//Menu 5  
makeMenu('top','ЗРИТЕЛЬНЫЙ ЗАЛ')
  makeMenu('sub','Фотогалерея','http://www.phantom-film.ru/photogallery/photogallery.html')
  makeMenu('sub','Видеогалерея','http://www.phantom-film.ru/video/video.html')
  makeMenu('sub','Аудиогалерея','http://www.phantom-film.ru/audio/audio.html')
  makeMenu('sub','Фан-арт галерея','http://www.phantom-film.ru/artgallery/art.html')

//Menu 6  
makeMenu('top','ОРКЕСТРОВАЯ ЯМА')
  makeMenu('sub','Либретто','http://www.phantom-film.ru/libretto/libretto.html')
  makeMenu('sub','Ноты','http://www.phantom-film.ru/notes/notes.html')
  makeMenu('sub','Тексты песен','http://www.phantom-film.ru/lyrics/lyrics.html')

//Menu 7  
makeMenu('top','БИБЛИОТЕКА ТЕАТРАЛА')
  makeMenu('sub','Книжная полка','http://www.phantom-film.ru/book/book.html')
  makeMenu('sub','Проза зрителей','http://www.phantom-film.ru/prose/prose.html')
  makeMenu('sub','Поэзия зрителей','http://www.phantom-film.ru/poetry/poetry.html')

//Menu 8  
makeMenu('top','ЗА КУЛИСАМИ')
  makeMenu('sub','Ссылки','http://www.phantom-film.ru/links/links.html')
  makeMenu('sub','Наши баннеры','http://www.phantom-film.ru/banner/banner.html')
  makeMenu('sub','Реквизиты','http://www.phantom-film.ru/contact.html')



makeMenu('top','E-mail','mailto:admin@phantom-film.ru')

//Starting the menu
onload=SlideMenuInit;
