/*
  --- 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.
*/

if(typeof relpath == 'undefined') {
	var relpath = '';
}

var MENU_ITEMS_01 = [
	['WAT IS DE VLUCHTHEUVEL', relpath + 'wat_is_de_vluchtheuvel/', null,
		['Reguliere opname', relpath + 'wat_is_de_vluchtheuvel/#regulier'],
		['Voor wie?', relpath + 'wat_is_de_vluchtheuvel/#wie']
	]	
];

var MENU_ITEMS_02 = [
	['CRISISOPVANG', relpath + 'crisisopvang/', null,
		['Verblijf in de opvang', relpath + 'crisisopvang/#wonen'],
		['De huisregels', relpath + 'crisisopvang/#huisregels']
	]
];


var MENU_ITEMS_03 = [
	['BEGELEID WONEN', relpath + 'begeleid_wonen/', null, null]
];

var MENU_ITEMS_04 = [
	['     ', relpath , null, null]
];

var MENU_ITEMS_05 = [
	['HULPVERLENING', relpath + 'hulpverlening/', null,
		['Hulpverlening', relpath + 'hulpverlening/#hulpverlening'],
		['Hoe?', relpath + 'hulpverlening/#hoe']
	]
];

var MENU_ITEMS_06 = [
	['ROUTE', relpath + 'route/', null, null]
];

var MENU_ITEMS_07 = [
	['VACATURES', relpath + 'vacatures/', null,
		['Stagiaires', relpath + 'vacatures/#stagiaires'],
		['Personeel', relpath + 'vacatures/#personeel']
	]
];

var MENU_ITEMS_08 = [
	['STUUR NAAR EEN VRIEND', relpath + 'stuur_naar_een_vriend/', null, null]
];