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

// constants
var initX       = 160; // x-coordinate of top left corner of dropdown menu
var initY       = 1; // y-coordinate of top left corner of dropdown menu
var backColor   = ''; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#000000'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
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
170, // the width of current menu list
142, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
147, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Laatste Nieuws', 'http://www.kruikenstad.com/nieuws.php',
'Evenementen', 'http://www.kruikenstad.com/evenementen.php',
'Orkesten', 'http://www.kruikenstad.com/orkesten.php',
'Verenigingen', 'http://www.kruikenstad.com/verenigingen.php',
'Website van de maand ', 'http://www.kruikenstad.com/svdm.php',
'Kruikenzeiker', 'http://www.kruikenstad.com/kruikenzeiker.php',
'Muzikantenbank', 'http://www.kruikenstad.com/forum/index.php?c=3',
'Geschiedenis', 'http://www.kruikenstad.com/geschiedenis.php',
'Brabantse carnavals federatie','brabantsecarnavalsfederatie.php'
));


menuContent [1] = new Array (
-1,
-1,
170,
142, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
170, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Algemeen', 'http://www.kruikenstad.com/carnavalsstichtingtilburg.php',
'Prins van Kruikenstad', 'http://www.kruikenstad.com/prins.php',
'Sleutelsollers', 'http://www.kruikenstad.com/sleutelsollers.php',
'Kruikenpaar', 'http://www.kruikenstad.com/kruikenpaar.php',
'Motto\'s afgelopen jaren', 'http://www.kruikenstad.com/mottos.php',
'Prinsen afgelopen jaren', 'http://www.kruikenstad.com/prinsen.php',
'Stichting Evenementen', 'http://www.kruikenstad.com/cstevenementen.php'

));

menuContent [2] = new Array (
-1,
-1,
170,
142, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
192, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Algemeen', 'http://www.kruikenstad.com/tilburg.php',
'Volkslied', 'http://www.kruikenstad.com/volkslied.php',
'Foto\'s van Tilburg', 'http://www.kruikenstad.com/fotoboek.php',
'Cafe\'s', 'http://www.kruikenstad.com/cafes.php'
));


menuContent [3] = new Array (
-1,
-1,
170,
142, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
280, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Datum calculator', 'http://www.kruikenstad.com/calculator.php',
'Plaatsnamen', 'http://www.kruikenstad.com/steden.php',
'Links', 'http://www.kruikenstad.com/links.php'

));


menuContent [4] = new Array (
-1,
-1,
170,
142, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
302, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Inloggen', 'http://www.kruikenstad.com/login.php',
'Registreren', 'http://www.kruikenstad.com/registreren.php'

));

