//********************************************************************************************************
// CONSTANTS
//********************************************************************************************************
var initX       	= 50;			// x-coordinate of top left corner of dropdown menu 
var initY       	= 108 + 25;		// y-coordinate of top left corner of dropdown menu
var backColor   	= '#595959';	// the background color of dropdown menu, set empty '' for transparent
var backColorOver	= '#696969';	// the background color by rollover
var borderColor 	= '#FFFFFF';	// the color of dropdown menu border
var borderSize  	= '0';			// the width of dropdown menu border
var itemHeight  	= 20;
var xOverlap    	= 10;
var yOverlap    	= 5;
//********************************************************************************************************
//	URL PREFIX (zonder '/' aan einde)
//********************************************************************************************************
var MenuPrefix = 'http://jg.jg.nl'; //zonder slash
//********************************************************************************************************
//	MENU
//********************************************************************************************************
menuContent     = new Array ();
//********************************************************************************************************
//	MENU (home)
//********************************************************************************************************
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
110,	// 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 (
'..', 	'#'
));
//********************************************************************************************************
//	MENU (producten & diensten)
//********************************************************************************************************
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
143,	// the width of current menu list
104,	// 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 (
'algemeen', 		'' + MenuPrefix + '/pages_nl/producten_en_diensten/algemeen.php',
'werkzaamheden', 	'' + MenuPrefix + '/pages_nl/producten_en_diensten/werkzaamheden.php',
'merken',		 	'' + MenuPrefix + '/pages_nl/producten_en_diensten/merken.php',
'wanden',		 	'' + MenuPrefix + '/pages_nl/producten_en_diensten/wanden.php',
'plafonds',		 	'' + MenuPrefix + '/pages_nl/producten_en_diensten/plafonds.php',
'lijstwerk',	 	'' + MenuPrefix + '/pages_nl/producten_en_diensten/lijstwerk.php',
'vloeren', 			'' + MenuPrefix + '/pages_nl/producten_en_diensten/vloeren.php'
));
//********************************************************************************************************
//	MENU (over JG)
//********************************************************************************************************
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
90,		// the width of current menu list 
247,	// 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 (
'waarom JG', 		'' + MenuPrefix + '/pages_nl/over_jg/waarom_jg.php',
'erkenning',	 	'' + MenuPrefix + '/pages_nl/over_jg/erkenning.php',
'partners',	 		'' + MenuPrefix + '/pages_nl/over_jg/partners.php',
'links',	 		'' + MenuPrefix + '/pages_nl/over_jg/links.php',
'maatschappelijk ondernemen',	 		'' + MenuPrefix + '/pages_nl/over_jg/maatschappelijk_ondernemen.php',
'meestgestelde vragen',	 		'' + MenuPrefix + '/pages_nl/over_jg/meestgestelde_vragen.php'
));
//********************************************************************************************************
//	MENU (voorbeelden & projecten)
//********************************************************************************************************
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
161,	// the width of current menu list 
308,	// 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 (
'schouwen', 				'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/schouwen.php',
'zeer bijzonder',			'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/zeer_bijzonder.php',
'gevelafwerkingen',			'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/gevelafwerkingen.php',
'interieur projecten',		'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/interieur_projecten.php',
'exterieur projecten', 		'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/exterieur_projecten.php',
'lijsten en ornamenten',	'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/lijsten_en_ornamenten.php',
'vloeren',			 		'' + MenuPrefix + '/pages_nl/voorbeelden_en_projecten/vloeren.php'
));
//********************************************************************************************************
//	MENU (specials)
//********************************************************************************************************
menuContent [4] = 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 
469,	// 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 (
'kleurenprogramma',		'' + MenuPrefix + '/pages_nl/specials/kleurenprogramma.php',
'kleurentheater',		'' + MenuPrefix + '/pages_nl/specials/kleurentheater.php',
'sfeerbeelden',			'' + MenuPrefix + '/pages_nl/specials/sfeerbeelden.php'
));
//********************************************************************************************************
//	MENU (informatie & tips)
//********************************************************************************************************
menuContent [5] = 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
117,	// the width of current menu list
534,	// 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 (
'de Beunhaas',			'' + MenuPrefix + '/pages_nl/informatie_en_tips/de_beunhaas.php',
'lager BTW tarief',		'' + MenuPrefix + '/pages_nl/informatie_en_tips/lager_btw_tarief.php',
'milieu',				'' + MenuPrefix + '/pages_nl/informatie_en_tips/milieu.php',
'tips',					'' + MenuPrefix + '/pages_nl/informatie_en_tips/tips.php'
));
//********************************************************************************************************
//	MENU (meer info)
//********************************************************************************************************
menuContent [6] = 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
595,	// 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 (
'showroom',				'' + MenuPrefix + '/pages_nl/meer_info/showroom.php',
'openingstijden',		'' + MenuPrefix + '/pages_nl/meer_info/openingstijden.php',
'routebeschrijving',	'' + MenuPrefix + '/pages_nl/meer_info/routebeschrijving.php',
'contact informatie',	'' + MenuPrefix + '/pages_nl/meer_info/contact_informatie.php'
));

//********************************************************************************************************