// write me if you have questions: web.master@male.net

// constants
var initX       = 163; // x-coordinate of top left corner of dropdown menu 
var initY       = 178; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#5A5D5A'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#ffffff'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 12;
var xOverlap    = 5;
var yOverlap    = 10;
//


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
116, // 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 (

'<p class=dn>Скутер Cruiser 50</p>', '/id/default.asp?id=197',
'<p class=dn>Скутер Summer 50</p>', '/id/default.asp?id=209',
'<p class=dn>Скутер Viking 2T 50</p>', '/id/default.asp?id=257',
'<p class=dn>Скутер Viking 50</p>', '/id/default.asp?id=222',
'<p class=dn>Скутер Pharaon 50</p>', '/id/default.asp?id=220',
'<p class=dn>Скутер Boomerang new 50</p>', '/id/default.asp?id=228',
'<p class=dn>Скутер Navigator 50 new</p>', '/id/default.asp?id=229',
'<p class=dn>Скутер Prestige 125</p>', '/id/default.asp?id=215',
'<p class=dn>Скутер Joker 125</p>', '/id/default.asp?id=218',
'<p class=dn>Скутер Flagman 150</p>', '/id/default.asp?id=226',
'<p class=dn>Скутер Knight 150</p>', '/id/default.asp?id=241'
));

menuContent [1] = new Array ( 
-1, 
-1,
116,
290, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
178, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'События', '/art/default.asp?p=1',
'Экспертная оценка', '/art/default.asp?p=2',
'СМИ о Хонлинге', '/art/default.asp?p=3'
));

menuContent [2] = new Array ( 
-1, 
-1,
116,
418, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
178, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Honling Motors', '/about/default.asp?id=9',
'Хонлинг.Ру', '/about/default.asp?id=10',
<!--'Сертификаты', '/other2/about/default.asp?id=12',-->
'Хонлинг.Ру.Миссия', '/about/default.asp?id=39',
'Почему Honling', '/about/default.asp?id=14',
'Новости', '/about/news.asp',
'Контакты', '/about/default.asp?id=13'
));

menuContent [3] = new Array ( 
-1, 
-1,
116,
546, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
178, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Коммерческое предложение', '/about/default.asp?id=15',

'Регистрация', '/about/reg.asp'
));

menuContent [4] = new Array ( 
-1, 
-1,
116,
674, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
178, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Дилеры', '/about/default.asp?id=16',
'Партнеры', '/about/default.asp?id=29',
'Магазины', '/about/default.asp?id=30'
));

