/*
  --- 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 = [
		['tijdschriftendatabase', null, null,
		['tijdschriftendatabase wat?','ccount/click.php?id=20'],
		['Mei-meringen','ccount/click.php?id=61'],
		['beeld en colofon','ccount/click.php?id=38'],
		['tijdschriftendatabase 2010','ccount/click.php?id=26'],		
		['tijdschriftendatabase 2009','ccount/click.php?id=25'],		
		['tijdschriftendatabase 2008','ccount/click.php?id=24'],
		['tijdschriftendatabase 2007','ccount/click.php?id=23'],
		['tijdschriftendatabase 2006','ccount/click.php?id=22'],
		['tijdschriftendatabase 2005','ccount/click.php?id=21'],
		['tijdschriftendatabase 2004','ccount/click.php?id=31'],
	    ['tijdschriftendatabase 2003','ccount/click.php?id=32'],
		['tijdschriftendatabase 2002','ccount/click.php?id=33'],
		['tijdschriftendatabase 2001','ccount/click.php?id=34'],
		['tijdschriftendatabase 2000','ccount/click.php?id=35'],
		['tijdschriftenbestand','ccount/click.php?id=36'],
		['trefwoordenlijst','ccount/click.php?id=37'],
		
	],	
	['doopsel', null, null,
		['doopliturgie','ccount/click.php?id=6'],
		['bestellen','ccount/click.php?id=10'],
		
	],
	['1ste communie', null, null,
		['eerstecommunievoorbereiding','ccount/click.php?id=7'],
		['Vlieg je mee?','ccount/click.php?id=5'],
		['bestellen','ccount/click.php?id=10'],
		
	],
	['vormsel', null, null,
		['Zevenmaal vieren','ccount/click.php?id=4'],
		['Nog meer ... Zevenmaal vieren','ccount/click.php?id=14'],
		['In vorm gevormd','ccount/click.php?id=1'],
		['bestellen','ccount/click.php?id=10'],

	],
	['huwelijk & jubileum', null, null,
		['huwelijksliturgie&jubileum','ccount/click.php?id=8'],
		['gezegende liefde','ccount/click.php?id=19'],
		['bestellen','ccount/click.php?id=10'],
		
	],
	['uitvaart', null, null,
		['In uw handen', 'ccount/click.php?id=15'],
		['Laat niet verloren gaan', 'ccount/click.php?id=9'],
		['rouwvalies', 'ccount/click.php?id=16'],
		['bestellen','ccount/click.php?id=10'],
		
	],
	['ziekenzalving', null, null,
		['Zo nabij mogelijk ... ', 'ccount/click.php?id=17'],
		['bestellen','ccount/click.php?id=10'],
		
	],
	
];

