﻿
<!--
var mnuAbout = new menu(0,0,116,131,'mnuabout',
    new menuTrigger('trgabout','О КОМПАНИИ'),
new menuItem('----------------------------------------------------------------','#'),
    new menuItem('О компании Киноцентр 2К','company.html'),
    new menuItem('Ресурсы','resources.html'),
new menuItem('----------------------------------------------------------------','#'),
        new menuItem('1. Звуковые студии','tech01.html'),
        new menuItem('2. Видеомонтаж','tech02.html'),
        new menuItem('3. Съёмочное оборудование','tech03.html'),
        new menuItem('4. Графика и анимация','tech04.html'),
        new menuItem('5. Телекино','tech05.html'),
new menuItem('----------------------------------------------------------------','#'),
        new menuItem('Навигатор технологий кинопроизводства','navi.html'),
        new menuItem('Базовый прайс-лист','price-list.html'),
        new menuItem('Загрузить прайс','pricetec.xls'),
new menuItem('----------------------------------------------------------------','#'),
        new menuItem('Вакансии киноцентра 2К','job/index.htm'));
    mnuAbout.write();

var mnuServices = new menu(0,0,248,131,'mnuServices',
    new menuTrigger('trgServices','БАНК ДАННЫХ'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Студии, дикторы, тесты','http://www.dictor.art-tv.ru/bank.htm'),
    new menuItem('"Золотая лига": банк данных','http://www.telefilm.ru/index.html'));
    mnuServices.write();
    
var mnuTrade = new menu(0,0,380,131,'mnuTrade',
    new menuTrigger('trgTrade','ДЕМО МАТЕРИАЛЫ'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Рекламные ролики','demo01.html'),
    new menuItem('Креатив','creat01.html'),
    new menuItem('Сериал "Тотализатор"-2004','http://www.serial.art-tv.ru/index.html'),
        new menuItem('Сериал "Сезон охоты 2"-2002','film-present1.html'),
    new menuItem('----------------------------------------------------------------','#'),
        new menuItem('Палитра: Фотографы, стилисты','http://www.palette.art-tv.ru/index.html'),
        new menuItem('Графика и анимация','design-graphics.html'),
        new menuItem('Студия дизайна','http://vip.telefilm.ru/demo.html'),
    new menuItem('----------------------------------------------------------------','#'),
        new menuItem('Конкурс сценариев','http://www.pen-club.art-tv.ru/scripts2_1TUR.html'),
        new menuItem('PEN-CLUB','http://www.pen-club.art-tv.ru/index.html'),
    new menuItem('Ярмарка проектов','http://www.pen-club.art-tv.ru/yarmarka/index.html'));
    mnuTrade.write();
    

var mnuProductions = new menu(0,0,512,131,'mnuProductions',
    new menuTrigger('trgProductions','РЕГИСТРАЦИЯ'),
    new menuItem('----------------------------------------------------------------','#'),
        new menuItem('Регистрация в актёрской базе','http://www.telefilm.ru/21.html'),
        new menuItem('Регистрация диктора','anketa-dic.html'),
        new menuItem('Экспресс-заявка работодателя','http://www.telefilm.ru/zakaz.html'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Анкета соискателя','anketa-job.html'),
              new menuItem('Для сценаристов, редакторов','registr-scr.html'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Аренда съёмочной техники','table.html'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Обратная связь','connect2.html'));
    mnuProductions.write();


var mnuPro = new menu(1,0,644,131,'mnuPro',
new menuTrigger('trgPro','КОНТАКТЫ'),
    new menuItem('----------------------------------------------------------------','#'),
new menuItem('Адрес | Схема проезда | Телефоны','address/index.htm'),
              new menuItem('Форумы и гостевая книга','forums.html'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Каталог полезных ресурсов','part.html'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('Партнёрам','for_partners.html'),
    new menuItem('----------------------------------------------------------------','#'),
    new menuItem('SMS сервис','sms.html'));
    mnuPro.write();
//-->   


