/*
  --- 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.
	http://martino.galama.net/wordpress/'
*/

var MENU_ITEMS = [
	['waar staan wij voor?','contents.html', {'tw' : 'contents'}],
	['wat is een vrijeschool?', null, null,
		['idee','watisvs1.html', {'tw' : 'contents'}],
		['missie','watisvs2.html', {'tw' : 'contents'}],
		['plezier','watisvs3.html', {'tw' : 'contents'}],
		['kleuters','watisvs4.html', {'tw' : 'contents'}],
		['onderbouw','watisvs5.html', {'tw' : 'contents'}],
		['kerndoelen','watisvs6.html', {'tw' : 'contents'}],
		['abc','watisvs7.html', {'tw' : 'contents'}],
	],
	['geschiedenis','geschiedenis.html', {'tw' : 'contents'}],
	['aanmelden', null, null,
		['kleuters','aanmeldingkleuter.html', {'tw' : 'contents'}],
		['overige klassen','aanmeldingzij.html', {'tw' : 'contents'}],
		['peuterklassen','aanmPeuters.php', {'tw' : 'contents'}],
		['voortgezet onderwijs','aanmGGCA.html', {'tw' : 'contents'}],
	],
	['open dagen', null, null,
		['algemeen','opendagenAlg.php', {'tw' : 'contents'}],
		['GGS 1','plein/opendagenP.php', {'tw' : 'contents'}],
		['GGS 2','roeske/opendagenR.php', {'tw' : 'contents'}],
	],
	['adressen/contact','bereikbaarheid.html', {'tw' : 'contents'}],
	['locaties', null, null,
			['GGS 1','plein/pleinindex.html', {'tw' : 'contents'}],
			['GGS 2','roeske/roesindex.html', {'tw' : 'contents'}],
		],
	['praktische informatie', null, null,
		['schooltijden','lestijden.php', {'tw' : 'contents'}],
		['kinderopvang','kinderopvang.php', {'tw' : 'contents'}],
		['vakanties','vakanties.php', {'tw' : 'contents'}],
		['jaarplanning', null, null,
			['GGS 1','plein/jaarplanningP.php', {'tw' : 'contents'}],
			['GGS 2','roeske/jaarplanningR.php', {'tw' : 'contents'}],
		],
		['rugzakje','aanmRugzakje.html', {'tw' : 'contents'}],
		['ouderbijdrage','ouderbijdrage.php', {'tw' : 'contents'}],
		['medewerkers','emps.php', {'tw' : 'contents'}],
		['MR','ggs004/mr.php', {'tw' : 'contents'}],
		['bestuur','ggs005/bestuur.php', {'tw' : 'contents'}],
		['klachten','klachten.php', {'tw' : 'contents'}],
	],
	['vrije muziekschool','muziek.php', {'tw' : 'contents'}],
	['schoolgids','schoolgids.html', {'tw' : 'contents'}],
	['nuttige links', 'links.html', {'tw' : 'contents'}],
	['vacatures', 'vacatures.html', {'tw' : 'contents'}],
	['&copy;', 'c.html', {'tw' : 'contents'}],
];
