// constants var initX = 1; // 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 = '#FFFFFF'; // the color of dropdown menu border var borderSize = '0'; // the width of dropdown menu border var itemHeight = 10; 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 130, // 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 ( )); 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 130, // 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 ( 'over Blicon', '/index.php?id=75', 'van A tot Z', '/index.php?id=169', 'uw voordelen', '/index.php?id=74', 'certificaten', '/index.php?id=76', 'vacatures', '/index.php?id=132', 'nieuws', '/index.php?id=128' )); 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 130, // 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 ( 'informatie en afspraakaanvraag', '/index.php?id=98' )); 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 130, // 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 ( 'veel gestelde vragen', '/index.php?id=103', 'handleidingen', '/index.php?id=104', 'storing melden', '/index.php?id=105', 'helpdesk', '/index.php?id=106', 'meldkamerformulier', '/index.php?id=152' )); 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 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 ( 'contact', '/index.php?id=111', 'routebeschrijving', '/index.php?id=112', 'preventiecentrum', '/index.php?id=145' ));