

// This is the array that contains your menu properties and details
// 1. Menu Name - This is needed in order for the menu to be called
// 2. Menu Top - The Top position of the menu in pixels
// 3. Menu Left - The Left position of the menu in pixels
// 4. Menu Width - Menus width in pixels
// 5. Menu Border Width 
// 6. Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
// 7. Properties Array - this is set higher up, as above
// 8. Always Visible - allows the menu item to be visible at all time (1=on/0=off)
// 9. Alignment - sets the menu elements text alignment, values valid here are: left, right or center
// 10. Filter - Text variable for setting transitional effects on menu activation - see above for more info
// 11. Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
// 12. Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
// 13. Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
// 14. Position of TOP sub image left:center:right
// 15. Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
// 16. Right To Left - Used in Hebrew for example. (1=on/0=off)
// 17. Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
// 18. ID of the div you want to hide on MouseOver (useful for hiding form elements)
// 19. Reserved for future use
// 20. Reserved for future use
// 21. Reserved for future use
// 22. "Description Text", 
// 23. "URL", 
// 24. "Alternate URL", 
// 25. "Status", 
// 26. "Separator bar"
// repeat from 22 for next menu


addmenu(menu=[ "SubMenu", 45, 180, 80, 1,	, style1, 1, "left", effect, 1, 1, 0, , , , , , , , , 
   ,"Eernegem",				"../afdelingen/afdele.htm"					,,,0 	
   ,"Gistel",				"../afdelingen/afdelg.htm"					,,,0
   ])


dumpmenus()
