var MENU_ITEMS_nl = [
	['Start', '/damesschola'],
	['Agenda', '/agenda/index.php', null,
		['2008', '/agenda/index.php?year=2008'],
		['2009', '/agenda/index.php?year=2009']
	],
	['Projecten', '.',null,
		['Passio Domini', 'content.php?page=projectpassio'],
		['Doornik (fr)', 'content.php?page=tournai&amp;lang=fr']
	],
	['Curriculum', 'content.php?page=curriculum&amp;lang=nl',null,
		['fran&ccedil;ais', 'content.php?page=curriculum&amp;lang=fr'],
		['Nederlands', 'content.php?page=curriculum&amp;lang=nl']
	],
	['Fotoalbum', 'photo'],
	['Links', '.', null,
		['Festival', '//www.festivalwatou.be'],
		['Herenschola', '//www.cumjubiloheren.be']
	],
];

var MENU_ITEMS_fr = [
	['D&eacute;part', '/damesschola'],
	['Agenda', '/agenda/index.php', null,
		['2008', '/agenda/index.php?year=2008'],
		['2009', '/agenda/index.php?year=2009'],
	],
	['Projets', '.',null,
		['Passio Domini (nl)', 'content.php?page=projectpassio'],
		['Tournai', 'content.php?page=tournai&amp;lang=fr']
	],
	['Curriculum', 'content.php?page=curriculum&amp;lang=fr',null,
		['Nederlands', 'content.php?page=curriculum&amp;lang=nl'],
		['fran&ccedil;ais', 'content.php?page=curriculum&amp;lang=fr']
	],
	['Photos', 'photo'],
	['Links', '.', null,
		['Festival', '//www.festivalwatou.be'],
		['Schola des Hommes', '//www.cumjubiloheren.be']
	],
];

