/*
  --- 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','index.php?content=main.php', {'tw' : '_parent'}],
	['Praktijk','?content=praktijk.php', {'tw' : '_parent'}],
	/*	['Consult','?content=praktijk/consult.php', {'tw' : '_parent'}],
		['Gebruikte technieken','?content=praktijk/technieken.php', {'tw' : '_parent'}],
		['Neuro-ontwikkelingstherapie','?content=praktijk/not.php', {'tw' : '_parent'}],*/
	
	['Neuro-ontwikkeling',null, null,
		['Inleiding','?content=not/inleiding.php', {'tw' : '_parent'}],
		['Symptomen','?content=not/symptomen.php', {'tw' : '_parent'}],
		['Reflexen','?content=not/reflexen.php', {'tw' : '_parent'}],
/*	/*	['Oefen- ochtend / avond','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		['Themadag','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],		*/
	],
	['Kinesiologie',null, null,
		['Wat is kinesiologie','?content=artikelen/kinesiologie.html', {'tw' : '_parent'}],
		['Touch for Health','?content=kinesiologie/tfh.php', {'tw' : '_parent'}],
		['Wellness Kinesiologie','?content=kinesiologie/wellness.php', {'tw' : '_parent'}],
		['Edu-kinesiologie','?content=kinesiologie/edu.php', {'tw' : '_parent'}],
		['Cranio-sacraal technieken','?content=kinesiologie/cranio.php', {'tw' : '_parent'}],		
		/*['Primaire reflexen','?content=kinesiologie/pr.php', {'tw' : '_parent'}],		*/
	],
	['Cursus',null, null,
		['Informatie','?content=cursus.php', {'tw' : '_parent'}],
		//['Cursuskalender 2008','?content=cursus/ck2008.php', {'tw' : '_parent'}],
		['Cursuskalender 2012 / 2013','?content=cursus/ck2009.php', {'tw' : '_parent'}],
/*	/*	['Oefen- ochtend / avond','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		['Themadag','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],		*/
	],
/*	['Artikelen',null, null,
		['Primaire reflexen','index.php?content=artikelen/primaire_reflexen.php', {'tw' : '_self'}],
		['Wat is kinesologie?','index.php?content=artikelen/kinesiologie.html', {'tw' : '_parent'}],
		['Zelfherstel','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		['Oefen- ochtend / avond','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		['Themadag','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],		
	],	*/
	['Veelgestelde vragen','?content=faq.php', {'tw' : '_parent'}],	
	/*['Links','?content=links.html', {'tw' : '_parent'}],	*/
	['Contact &amp; Route','?content=contact.php', {'tw' : '_parent'}],	
];
