
// x-coordinate of top left corner of dropdown menu 
var initX             = 0; 

// y-coordinate of top left corner of dropdown menu 
var initY             = 0; 

// the background color of dropdown menu (set empty '' for transparent)
var backColor         = '#BFC6DD'; 
var backColor_hl         = '';

// the background color of selected menu items, set empty '' for transparent
var activeBackColor   = '#BFC6DD'; 

// the color of dropdown menu border
var borderColor = ''; 

// the width of menu border
var borderSize  = '1'; 

// height of menu itesm
var itemHeight  = 0;

// overlapping between 
var xOverlap    = 0;
var yOverlap    = 0;

// end of constants


menuContent     = new Array ();

menuContent [0] = new Array ( 
-1, 
-1,
90, // the width of current menu list 
226, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
135, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A', 'fotbal.php?fot_kl_kat_id=1', 
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B', 'fotbal.php?fot_kl_kat_id=2'
));

menuContent [1] = new Array ( 
-1, 
-1,
90, // the width of current menu list 
336, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
135, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starší', 'fotbal.php?fot_kl_kat_id=3', 
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mladší', 'fotbal.php?fot_kl_kat_id=4'
));

menuContent [2] = new Array ( 
-1, 
1,
90, //the width of current menu list 
446, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
135, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starší', 'fotbal.php?fot_kl_kat_id=5', 
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mladší', 'fotbal.php?fot_kl_kat_id=6'
));
menuContent [3] = new Array ( 
-1, 
1,
90, // the width of current menu list 
556, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
135, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Starší', 'fotbal.php?fot_kl_kat_id=9', 
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mladší', 'fotbal.php?fot_kl_kat_id=7'
));menuContent [4] = new Array ( 
-1, 
1,
0, // 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 [5] = new Array ( 
-1, 
1,
0, // 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 [6] = new Array ( 
-1, 
1,
0, // 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 [7] = new Array ( 
-1, 
1,
0, // 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 (
));
