/*
  --- 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 = [
	['MMP Fotobase', null, null,
		['Sport', 'main.asp?categorie=130&onderwerp=sportbeelden'],

		['Show', 'main.asp?categorie=130&onderwerp=showbeelden'],

		['Koningshuis', 'main.asp?categorie=130&onderwerp=royaltybeelden'],
		
		['Politiek', 'main.asp?categorie=130&onderwerp=politiekebeelden'],

	],
	['MMP Videobase', 'main.asp?categorie=1020'],
	['Zoeken', 'main.asp?categorie=150&onderwerp=zoek'],
	['Evenementen', 'main.asp?categorie=333'],
	
	['Algemeen', null, null,
		['Studio', 'main.asp?categorie=160'],
		['Over MMP', 'main.asp?categorie=170'],
		['MMP Management', 'main.asp?categorie=717'],
		['MMPublications', 'main.asp?categorie=919'],
		['Loginaccount aanvragen', 'main.asp?categorie=190'],
		['Disclaimer', 'main.asp?categorie=818'],
		['Nieuwste beelden MMP', 'main.asp?categorie=10'],
	],
	['Contact', 'main.asp?categorie=180'],
	
	['Login', 'main.asp?categorie=220',],
];

