/*
  --- 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 = [
	['Home Nederlands','http://www.iwsvn.nl/index.html', {'tw' : '_parent'}],
	['Home English','http://www.iwsvn.nl/index_en.html', {'tw' : '_parent'}],	
	['Rasinformatie', null, null,
	    ['Algemeen','http://www.iwsvn.nl/algemeen.html', {'tw' : '_parent'}],
	   	['Rasstandaard','http://www.iwsvn.nl/rasstandaard.html', {'tw' : '_parent'}],
	    ['Verzorging','http://www.iwsvn.nl/verzorging.html', {'tw' : '_parent'}],
	    ['Waarschuwing','http://www.iwsvn.nl/waarschuwing.html', {'tw' : '_parent'}],
			['Feiten en fabels','http://www.iwsvn.nl/feiten.html', {'tw' : '_parent'}],
		  ['De Ier als jachthond','http://www.iwsvn.nl/jachthond.html', {'tw' : '_parent'}],	
	    ['Publicaties','http://www.iwsvn.nl/publicaties.html', {'tw' : '_parent'}],
		  ['Boekenoverzicht','http://www.iwsvn.nl/boekenoverzicht.html', {'tw' : '_parent'}],
	],
	['Clubinformatie', null, null,
		['IWSVN Nederland','http://www.iwsvn.nl/IWSVNclub.html', {'tw' : '_self'}],
		['Nieuwsbrieven','http://www.iwsvn.nl/nieuwsbrief.html', {'tw' : '_self'}],
		['Adressen','http://www.iwsvn.nl/adressen.html', {'tw' : '_self'}],
		['Statuten', 'http://www.iwsvn.nl/statuten.html', {'tw' : '_parent'}],
		['Fokreglement','http://www.iwsvn.nl/fokreglement.html', {'tw' : '_self'}],	
		['Lidmaatschap','http://www.iwsvn.nl/lidmaatschap.html', {'tw' : '_self'}],
		['Formulieren','http://www.iwsvn.nl/formulieren.html', {'tw' : '_parent'}],
		['Informatie','http://www.iwsvn.nl/informatie.html', {'tw' : '_parent'}],
	],
	['Agenda', 'http://www.iwsvn.nl/agenda.html', {'tw' : '_parent'}],
	['Verslag clubactiviteiten', null, null,
		['fotoverslag Speldag','http://www.iwsvn.nl/albums/SpeldagClara/Speldag20090607.html', {'tw' : '_self'}],
		['fotoverslag ALV 2010','http://www.iwsvn.nl/albums/ALV2010/ALV2010.html', {'tw' : '_self'}],
	],
	['Fokkers', 'http://www.iwsvn.nl/fokkers.html', {'tw' : '_parent'}],
	['Puppies', 'http://www.iwsvn.nl/puppies.html', {'tw' : '_parent'}],
	['Resultaten', null, null,
		['Kampioenen','http://www.iwsvn.nl/kampioenen.html', {'tw' : '_parent'}], 
		['Winner titels','http://www.iwsvn.nl/winner.html', {'tw' : '_parent'}],
		['Werk','http://www.iwsvn.nl/werk.html', {'tw' : '_parent'}],
		['Overig','http://www.iwsvn.nl/overig.html', {'tw' : '_parent'}],
		['Killymuck Cup','http://www.iwsvn.nl/killymuck.html', {'tw' : '_parent'}],
		['Showhond v.h. jaar','http://www.iwsvn.nl/showhond.html', {'tw' : '_parent'}],
		['Merlin Beker','http://www.iwsvn.nl/merlin.html', {'tw' : '_parent'}],
		['Mulligan Memorial','http://www.iwsvn.nl/mulligan.html', {'tw' : '_parent'}],
	],
	['Clubshows', null, null,
	    ['Clubshow 2011','http://www.iwsvn.nl/clubshow2011.html', {'tw' : '_parent'}],
		['Clubshow 2009','http://www.iwsvn.nl/clubshow2009.html', {'tw' : '_parent'}],
		['Clubshow 2006','http://www.iwsvn.nl/clubshow2006.html', {'tw' : '_parent'}],
		['Clubshow 2003','http://www.iwsvn.nl/clubshow2003.html', {'tw' : '_parent'}],
		['Clubshow 2000','http://www.iwsvn.nl/clubshow2000.html', {'tw' : '_parent'}],
		['Clubshow 1997','http://www.iwsvn.nl/clubshow1997.html', {'tw' : '_parent'}],	
	],
	['Links', 'http://www.iwsvn.nl/links.html', {'tw' : '_parent'}],
	['', null, null],
	['Stambomen', 'http://www.iwsdatabase.com', {'tw' : '_blank'}],		
];