/*
  --- 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 = [
	['Welkom', null, null,
		['Welkom', 'default.asp', null],
		['Het centrum', 'BVA het centrum.htm', ],
		['Wie zijn wij', 'BVA wie zijn wij.htm', ],
		['Contact', 'BVAcontactlokatie_waarneming.htm', ],
		['Route', 'BVAroute.htm', ],
  		['Links', 'BVAlinks.htm', ],
		['Site map', 'BVAsitemap.htm', ],
		['Klachtenprocedure', 'BVAklachten.htm' ],
	],
	['Info voor ouders', null, null, 
				['Voorlichting - start', 'BVAvoorlichtingstart.htm', null],
				['Voorlichting - vervolg', 'BVAvoorlichtingvervolg.htm' ],
				['Lactatiekundige hulp', 'BVAconsult.htm' ],
				['Telefonisch consult', 'BVAtelefoonconsult.htm' ],
				['Thema bijeenkomsten', 'BVAthema.htm' ],
				['Kosten', 'BVAkosten.htm' ],
				['Zorgverzekeraars', 'BVA zorgverzekeraars.htm' ],	
	],
	['Zorgverleners', null, null, 
			['Zorgverleners', 'BVAscholing_nieuw.htm' ],
	],
	['Producten', null, null, 
			['Wat en waar', 'BVAwinkel.htm', null],
			['Mother Mates', 'BVAmothermates.htm' ],
			['Wollen zoogkompres', 'LANAhandleiding.htm' ],
			['Voedingskussens', 'BVAFormFix.htm' ], 
			['Kolf verhuur', 'BVAverhuur.htm', null],
			['Medela Symphony', 'BVAsymphony.htm', null],
			['Medela Swing', 'BVASwing.htm', null],
			['Kolven op maat', 'BVAkolvenopmaat.htm', null],
			['Draagdoeken', 'BVAdragen.htm', null],
			['PEPPA popjes', 'BVApeppa.htm', null],
	],
	['Winkel', null, null,
			['Online verkoop', 'BVAwinkelnw.htm', null],
	],
	['Weetjes', null, null,  
	['Weetjes en vragen', 'BVAweetjes.htm', null],
	['Verwarmen/bewaren', 'BVAverwarmen.htm', ],
	['BV in de kantine', 'BVAwerken.htm', ],
	],
	];
	
