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

// constants
var initX       = 141; // x-coordinate of top left corner of dropdown menu 
var initY       = 94; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#9CBDBF'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = 'FFFFFF'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 4;
var xOverlap    = 4;
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
155, // 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 (
'WERKWIJZE', "c_verkooppunt.lasso span class=MENU",
'Produktoverzicht', "c_prod.lasso span class=plat" ,
'Informatieaanvraag', "c_info.lasso span class=plat"
));

menuContent [1] = new Array ( 
-1, 
-1,
170,
-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 (
'ONZE DIENSTEN', "diensten.html span class=menu",
'Verander management', "diensten1.html span class=plat",
'Algemeen management', "diensten2.html span class=plat",
'Programma management', "diensten3.html span class=plat",
'Project management', "diensten4.html span class=plat"
));

menuContent [2] = new Array ( 
-1, 
-1,
150,
-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 (
'CASES', "# span class=menu",
'Verander Management', "# span class=plat",
'Algemeen Management', "# span class=plat",
'Programma Management', "# span class=plat",
'Project Management', "# span class=plat"
));

menuContent [3] = new Array ( 
2, 
1,
150,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
113, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'case 1: Insourcing', "case1.html span class=plat",
'case 2: Herpositionering', "case2.html span class=plat"
));

menuContent [4] = new Array ( 
2, 
2,
150,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
132, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'case 1: Turn-around Management', "case3.html span class=plat",
'case 2: Oprichting en vestiging van een nieuwe onderneming', "case4.html span class=plat"
));

menuContent [5] = new Array ( 
2, 
3,
150,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
151, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'case 1: Reorganisatie', "case5.html span class=plat",
'case 2: Standaardisatie van de desktop omgeving', "case6.html span class=plat"
));

menuContent [6] = new Array ( 
2, 
4,
151,
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
169, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'case 1: Proces herontwerp en herinrichting', "case7.html span class=plat",
'case 2: Proces herontwerp en inrichting', "case8.html span class=plat"
));