// write me if you have questions: web.master@male.net // constants //var initX = 201; // x-coordinate of top left corner of dropdown menu var initX = 0; // x-coordinate of top left corner of dropdown menu var initY = 159; // y-coordinate of top left corner of dropdown menu var backColor = '#0261AE'; // the background color of dropdown menu, set empty '' for transparent var borderColor = 'white'; // the color of dropdown menu border var borderSize = '1'; // the width of dropdown menu border var itemHeight = 20; var xOverlap = 5; var yOverlap = 10; var hidesel = new Array (3,4,5,6,7,8,9); var pushar = new Array (); // menuContent = new Array (); menuContent [0] = new Array ( -1, // the id of parent menu, -1 if this is a first level menu -1, // the number of line in parent menu, -1 if this is a first level menu 150, // the width of current menu list -1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate -1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate new Array ( 'История', '/about/history.html', 'Контакты', '/about/contact.html', 'Банковские реквизиты', '/about/bank.html', 'Лицензии', '/about/licence.html', 'Публикации','/press/index.html', 'Вакансии', '/about/vacancy.html' )); menuContent [1] = new Array ( -1, -1, 120, -1, -1, new Array ( 'Сеть Интернет', '/net/internet/index.html', 'Интернет-карточка', '/icard/index.html', 'Роуминг', '/net/internet/dialup-roaming.html', 'Сеть X.25', '/net/x25/index.html', 'Frame Relay', '/net/framer/index.html', 'Цифровые каналы', '/net/dsl/index.html', 'Беспроводные технологии', '#', 'Хостинг', '/net/hosting/index.html', 'Веб-услуги', '/net/web/index.html', 'Регистрация доменных имен','/net/dns/index.html' )); menuContent [2] = new Array ( -1, -1, 120, -1, -1, new Array ( 'Сеть Интернет', '#', 'Хостинг', '#', 'Веб-услуги', '/price/web.html', 'Регистрация доменных имен', '/price/dns.html' )); menuContent [3] = new Array ( -1, -1, 120, -1, -1, new Array ( 'Настройка ПО', '/users/software.html', 'Безопасность в Интернет', '#', 'ЧаВО', '/users/answers.html', 'Сервисы', '#', 'Персональная страница', '/users/home/index.html', 'Поиск в Интернет', '/search/search.html', 'Оплата VISA/MC', '/users/pay.html' )); menuContent [4] = new Array ( 1, 0, 120, -1, -1, new Array ( 'Коммутируемые линии', '/net/internet/dialup.html', 'Выделенные линии', '/net/internet/llines.html' )); //'Узел обмена IP-трафиком', '/net/internet/dix.html' menuContent [5] = new Array ( 1, 3, 120, -1, -1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate new Array ( 'Сеть УкрПак', '/net/x25/ukrpack.html', 'УкрМейл', '/net/x25/ukrmail.html' )); menuContent [6] = new Array ( 2, 0, 120, -1, -1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate new Array ( 'Коммутируемые линии', '/price/dialup.html', 'Выделенные линии', '/price/llines.html', 'Узел обмена IP-трафиком', '/price/dix.html' )); menuContent [12] = new Array ( 3, 1, 120, -1, -1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate new Array ( 'Сохранность паролей', '/users/safety.html', 'Вредоносные программы', '/users/trojan.html', 'Антивирусные программы', '/users/antivirus.html' )); menuContent [7] = new Array ( 3, 0, 120, -1, -1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate new Array ( 'Настройка ОС', '/users/os.html', //'Настройка броузера', '/users/browser.html', 'Настройка почты', '/users/mail.html', 'Настройка новостей', '/users/news.html' )); menuContent [8] = new Array ( 3, 2, 120, -1, -1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate new Array ( 'Cистема статистики', '/users/faqstat.html', 'Почтовая система', '/users/faqwebmail.html', 'Выбор модема', '/users/faqmodem.html', 'ICQ', '/users/faqicq.html', 'Сервер новостей', '/users/faqnews.html', 'Антиспам-программы', '/users/faqantispam.html', 'Cпам-фильтры', '/users/spamfilter.html' )); menuContent [9] = new Array ( 3, 3, 120, -1, -1, new Array ( 'Статистика', 'http://stat.kr.doris.ua', 'Файловый архив', 'ftp://ftp.skif.net', 'Телеконференции', 'news://news.skif.net', 'NOC', 'http://noc.skif.net', 'Почта', 'http://mail.kr.doris.ua' )); menuContent [10] = new Array ( 1, 6, 110, -1, -1, new Array ( 'Radio Ethernet', '/net/wireless/radioethernet/index.html', 'Wi-Fi', '/net/wireless/wifi/index.html', 'WiMax', '/net/wireless/wimax/index.html' )); menuContent [11] = new Array ( 2, 1, 120, -1, -1, new Array ( 'Виртуальный хостинг', '/price/hosting.html', 'Хард-Хостинг', '/price/colocation.html' ));