/*
  --- 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 = [
	[' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', 'index.php'],			  
	[' &nbsp;&nbsp;&nbsp;&nbsp;Nieuws', 'nieuws.php', null,
		['Archief 2006', 'archief06.php'],
		['Archief 2007', 'archief07.php'],	 
		['Archief 2008', 'archief08.php'],	 
		['Archief 2009', 'archief09.php'],	 
	],	
	[' &nbsp;&nbsp;&nbsp;&nbsp;Agenda', 'agenda.php'],
	[' &nbsp;&nbsp;&nbsp;&nbsp;Contact', 'contact.php'],
	[' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Route', 'route.php'],
	[' &nbsp;Inschrijven', null, null,
		['Equipe de Haerst', 'inschrijfopenlessen.php'],
		['Ruitersportmarkt', 'markt.php'],
		['Link startlijsten', 'http://www.startlijsten.nl'],
	],
	['&nbsp; Downloads', null, null,
		['De Haerst', 'download.php'],
		['Landstede', 'download2.php'],
		['Equipe de Haerst', 'download3.php'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links', 'links.php'],
];