/*
  --- 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'}],	
	['Club information', null, null,
		['Adresses','http://www.iwsvn.nl/adressen_en.html', {'tw' : '_self'}],
		['Membership','http://www.iwsvn.nl/lidmaatschap_en.html', {'tw' : '_self'}],
	],
	['Events', 'http://www.iwsvn.nl/agenda_en.html', {'tw' : '_parent'}],
	['Report clubactivities', null, null,
		['Fun day at Clara','http://www.iwsvn.nl/albums/SpeldagClara/Speldag20090607_en.html', {'tw' : '_self'}],
		['AGM 2010','http://www.iwsvn.nl/albums/ALV2010/ALV2010_en.html', {'tw' : '_self'}],
	],
	['Breeders', 'http://www.iwsvn.nl/fokkers_en.html', {'tw' : '_parent'}],
	['Puppies', 'http://www.iwsvn.nl/puppies_en.html', {'tw' : '_parent'}],
	['Results', null, null,
		['Champions','http://www.iwsvn.nl/kampioenen_en.html', {'tw' : '_parent'}], 
		['Winner titles','http://www.iwsvn.nl/winner_en.html', {'tw' : '_parent'}],
		['Field','http://www.iwsvn.nl/werk_en.html', {'tw' : '_parent'}],
		['Other','http://www.iwsvn.nl/overig_en.html', {'tw' : '_parent'}],
		['Killymuck Cup','http://www.iwsvn.nl/killymuck_en.html', {'tw' : '_parent'}],
		['Showdog of the Year','http://www.iwsvn.nl/showhond_en.html', {'tw' : '_parent'}],
		['Merlin Beker','http://www.iwsvn.nl/merlin_en.html', {'tw' : '_parent'}],
		['Mulligan Memorial','http://www.iwsvn.nl/mulligan_en.html', {'tw' : '_parent'}],
	],
	['Clubshows', null, null,
	    ['Clubshow 2011','http://www.iwsvn.nl/clubshow2011_en.html', {'tw' : '_parent'}],
		['Clubshow 2009','http://www.iwsvn.nl/clubshow2009_en.html', {'tw' : '_parent'}],
		['Clubshow 2006','http://www.iwsvn.nl/clubshow2006_en.html', {'tw' : '_parent'}],
		['Clubshow 2003','http://www.iwsvn.nl/clubshow2003_en.html', {'tw' : '_parent'}],
		['Clubshow 2000','http://www.iwsvn.nl/clubshow2000_en.html', {'tw' : '_parent'}],
		['Clubshow 1997','http://www.iwsvn.nl/clubshow1997_en.html', {'tw' : '_parent'}],	
	],
	['Links', 'http://www.iwsvn.nl/links_en.html', {'tw' : '_parent'}],
	['', null, null],
	['Stambomen', 'http://www.iwsdatabase.com', {'tw' : '_blank'}],	
];