/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home',null, null,
		['Nieuws', 'index.php?id=1'],
                ['Laatste wijzigingen','index.php?id=35'],
                ['Gevonden voorwerpen','index.php?id=36'],
		['Afgelastingen', 'index.php?id=15'],
		['Links', 'index.php?id=6'],
	],
	['De Club', null, null,
		['Historie', 'index.php?id=16'],
                ['Informatie','index.php?id=37'],
		['Aanmeldingsformulier', 'index.php?id=17'],
		['Routebeschrijving', 'index.php?id=11'],
		['Download Clubblad', 'index.php?id=18'],
		['Contact', 'index.php?id=5'],
		['Evenementen', 'index.php?id=30'],
	],	
	['Wedstrijden', null, null,
		['Zaterdag', 'index.php?id=7'],
		['Zondag', 'index.php?id=8'],
		['Zaalhockey', 'index.php?id=9'],
		['Veterinnen', 'index.php?id=10'],
                ['Uitslagen','index.php?id=38'],
		['Bardienstschema', 'index.php?id=2'],
		['Spelleiders Jongste Jeugd', 'index.php?id=19'],
		['Toernooien', 'index.php?id=3'],
	],
	['Teams', null, null,
		['Jongste Jeugd', 'index.php?id=21'],
		['Junioren', 'index.php?id=22'],
		['Senioren', 'index.php?id=23'],
                ['Recreanten/Trimhockeyers','index.php?id=39'],
		['Trainingsschema', 'index.php?id=24'],
		['Nieuws Jongste Jeugd', 'index.php?id=25'],
		['Nieuws Junioren', 'index.php?id=26'],
		['Nieuws Senioren', 'index.php?id=27'],
                ['Nieuws Keepers','index.php?id=40'],
		['Verslag Jongste Jeugd', 'index.php?id=4'],
		['Verslag Junioren', 'index.php?id=28'],
		['Verslag Senioren', 'index.php?id=29'],
		
	],	
	['Arbitrage', null, null,
	 	 ['Nieuws', 'index.php?id=20'],
	 	 ['Spelregels','index.php?id=41'],

	],
	['Bestuur', null, null,
		['Bestuur', 'index.php?id=12'],
		['Commissies', 'index.php?id=13'],
		['Onze sponsors', 'index.php?id=32'],
		['Sponsoring', 'index.php?id=33'],
		['Beleid', 'index.php?id=34'],
		['FAQ', 'index.php?id=14'],
       	['Aktiviteitencommissie', 'index.php?id=31'],
	],
];

