// write me if you have questions: web.master@male.net// constantsvar initX       = 0; // x-coordinate of top left corner of dropdown menu var initY       = 0; // y-coordinate of top left corner of dropdown menu var backColor   = '#FFFFFF'; // the background color of dropdown menu, set empty '' for transparentvar borderColor = 'A9291C'; // 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=iplat",'Produktoverzicht', "c_prod.lasso span class=iplat" ,'Informatieaanvraag', "c_info.lasso span class=iplat"));menuContent [1] = new Array ( -1, -1,128,20, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate176, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinatenew Array ('Introductie', "../db/dienst.lasso  span class=iplat target=text",'Wonen & Welzijn', "../db/dienst1.lasso span class=iplat target=text",'Persoonlijke verzorging', "../db/dienst2.lasso span class=iplat target=text"));menuContent [2] = new Array ( -1, -1,128,20, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate278, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinatenew Array ('Introductie', "../db/cursus.lasso span class=iplat target=text",'Cursusdata', "../db/kalender.lasso span class=iplat target=text",'Gezondheid  & Welzijn', "../db/cursus1.lasso span class=iplat target=text",'Zwangerschap & Opvoeding', "../db/cursus2.lasso span class=iplat target=text"));menuContent [3] = new Array ( -1, -1,128,20, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate78, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinatenew Array ('Introductie en overzicht Ledenvoordeel', "../db/kortings.lasso span class=iplat target=text"));