// constants
var initX       = 175; // x-coordinate of top left corner of dropdown menu 
var initY       = 105; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#8081E5'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#1215B6'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 23;
var xOverlap    = 5;
var yOverlap    = 10;
//

// Don't change these parameters
var delay        = 500; /////
var menuElement  = new Array ();
var usedWidth    = 0;
var numOfMenus   = 0;
/// ----------------------------

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
147, // 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 (
'Cégismertető', 'company.html',
'Elérhetőségeink', 'company.html#add'

));


menuContent [1] = 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
147, // 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 (


));

menuContent [2] = 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
147, // 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 (
'Alkalmi bérlet', 'rent.html',
'Partneri bérlet', 'rent.html#partner',


));

menuContent [3] = 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
120, // 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 (


));

menuContent [4] = new Array ( 
1, 
0,
180,
+46, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
+468, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));

menuContent [5] = new Array ( 
1, 
1,
180,
+94, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
+468, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));

menuContent [6] = new Array ( 
1, 
2,
220,
+81, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
+468, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));

menuContent [7] = new Array ( 
1, 
3,
180,
+153, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
+468, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));

menuContent [8] = new Array ( 
1, 
4,
180,
+201, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
+468, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

));
