// write me if you have questions: web.master@male.net

// constants
var initX       = 190; // x-coordinate of top left corner of dropdown menu
var initY       = 19; // y-coordinate of top left corner of dropdown menu
var backColor   = '#CCCCCC'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#666666'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 16;
var xOverlap    = 0;
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
130, // the width of current menu list
243, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
23, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'leader', 'leader.html target=inhalt',
'saxophones', 'sax.html target=inhalt',
'trumpets', 'trp.html target=inhalt',
'trombones', 'trb.html target=inhalt',
'rhythm', 'rhythm.html target=inhalt'
));

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
140, // the width of current menu list
407, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
23, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (

'Swinging Xmas 2004', 'fotos/xmas04/index.html target=inhalt',
'Bockkeller 2003', 'fotos/bockkeller03/index.html target=inhalt',
'BB Battle 2001', 'fotos/battle/index.html target=inhalt'
));

menuContent [2] = new Array (
-1,
-1,
120,
363, // 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 [3] = new Array (
-1,
0,
120,
445, // 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 (

));
