// 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       = 295; // 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>Viking 4T 50</p>', '/id/default.asp?id=222',
'<p class=dn>Pharaon 50 12"</p>', '/id/default.asp?id=260',
'<p class=dn>Pharaon 50 10"</p>', '/id/default.asp?id=220',
'<p class=dn>Titan 50</p>', '/id/default.asp?id=225',
'<p class=dn>RS 8 4T"</p>', '/id/default.asp?id=261',
'<p class=dn>Priboy 50</p>', '/id/default.asp?id=213',
'<p class=dn>Boomerang 50 4T</p>', '/id/default.asp?id=228',
'<p class=dn>Navigator 50 4T</p>', '/id/default.asp?id=229',
'<p class=dn>Caper 50</p>', '/id/default.asp?id=219',
'<p class=dn>Jog 50 12"</p>', '/id/default.asp?id=259',
'<p class=dn>Jog 50 10"</p>', '/id/default.asp?id=240',
'<p class=dn>F5 Standart 4T</p>', '/id/default.asp?id=264',
'<p class=dn>F5 Luxary 4T</p>', '/id/default.asp?id=265',

'<p class=dn>Joker 125</p>', '/id/default.asp?id=218',
'<p class=dn>Cross 150 4T</p>', '/id/default.asp?id=266',
'<p class=dn>Knight 150</p>', '/id/default.asp?id=241',

'<p class=dn>ARK 50 2T</p>', '/id/default.asp?id=267',
'<p class=dn>ARK 200 4T</p>', '/id/default.asp?id=268',
'<p class=dn>Alpha 110</p>', '/id/default.asp?id=272',
'<p class=dn>Adonis 250 4T</p>', '/id/default.asp?id=270',
'<p class=dn>Adonis 300 4T</p>', '/id/default.asp?id=271'

));

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
295, // 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
295, // 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',
'Хонлинг.Ру.Миссия', '/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
295, // 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
295, // 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'
));


