/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', '?content=home'],
	['visie', '?content=visie'],
	['diensten', null, null,
		['particulier', null, null,
			['fashion arrangement', '?content=fbarr'],
			['fashion consultancy', '?content=fashionconsult'],
			['the catwalk', '?content=catwalk'],
			['het coachspel', '?content=coachspel'],
			['coaching   ', '?content=coaching']
		],
		['zakelijk', null, null,
			['fashion consultancy', '?content=fashionconsult'],
			['the catwalk', '?content=catwalk'],
			['workshop lichaamstaal', '?content=lichaamstaal'],			
			['training kleding & communicatie', '?content=training'],
			['training persoonlijke effectiviteit', '?content=perseffect'],
			['het coachspel', '?content=coachspel'],
			['coaching', '?content=coaching']
		]
	],
	['biografie', null, null,
		['marieke', '?content=bio_marieke'],
		['kariena', '?content=bio_kariena']
	],
	['contact', '?content=meerinfo', null,],
	['referenties', '?content=referenties', null,],	
	['pers', '?content=pers', null,
		['foto\'s', '?content=foto']
	],
];

