/*
  --- 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','index.html', {'tw' : '_self'}],
	['Agenda','agenda.html', {'tw' : '_self'}],
	['Lidmaatschap','lidmaatschap.html', {'tw' : '_self'}],
	['Puppycursus','puppycursus.html', {'tw' : '_self'}],
	['G&G','gg.html', {'tw' : '_self'},
	    ['G&G','gg.html', {'tw' : '_self'}],
		['GG examen 06-2009','ggexamen062009.html', {'tw' : '_self'}],			
		['GG examen 04-2009','ggexamen042009.html', {'tw' : '_self'}],
		['GG examen 11-2008','ggexamen112008.html', {'tw' : '_self'}],
		['GG examen 04-2008','ggexamen042008.html', {'tw' : '_self'}],
		['GG examen 12-2007','ggexamen122007.html', {'tw' : '_self'}],
		['GG examen 10-2007','ggexamen102007.html', {'tw' : '_self'}],
		['GG examen 04-2007','ggexamen042007.html', {'tw' : '_self'}],
		['GG examen 03-2007','ggexamen032007.html', {'tw' : '_self'}],
		['GG examen 04-2006','ggexamen042006.html', {'tw' : '_self'}],
		['GG examen 12-2005','ggexamen122005.html', {'tw' : '_self'}],
		['Foto GG wedstrijd 2003','ggwedstrijd.html', {'tw' : '_self'}],
	],
	['Behendigheid','behendigheid.html', {'tw' : '_self'},
		['Behendigheid','behendigheid.html', {'tw' : '_self'}],
		['Licenties 2010','licenties.html', {'tw' : '_self'}],
		['Competitie 2009','behendigheid_onderlinge_competitie_2009.html', {'tw' : '_self'}],		
		['Competitie 2008','behendigheid_onderlinge_competitie_2008.html', {'tw' : '_self'}],
		['Filmpjes','behendigheid_film.html', {'tw' : '_self'}],
		['Foto cursus 2007','behendigheidvj2007.html', {'tw' : '_self'}],
		['Wedstrijd 2007','behendigheid2007.html', {'tw' : '_self'}],
		['Foto beginners 2003','beginnersfoto.html', {'tw' : '_self'}],
		['Foto gevorderden 2003','gevorderdenfoto.html', {'tw' : '_self'}],
		['Foto recreanten 2003','recreantenfoto.html', {'tw' : '_self'}],
	],
	['Flyball','flyball.html', {'tw' : '_self'}],
	['Ringtraining','ringtraining.html', {'tw' : '_self'}],
	['Clubmatch','clubmatch.html', {'tw' : '_self'},
		['Clubmatch 2010','clubmatch2010.html', {'tw' : '_self'}],
		['Clubmatch 2009','clubmatch2009.html', {'tw' : '_self'}],
		['Clubmatch 2008','clubmatch2008.html', {'tw' : '_self'}],
		['Clubmatch 2007','clubmatch2007.html', {'tw' : '_self'}],
		['Clubmatch 2006','clubmatch2006.html', {'tw' : '_self'}],
		['Clubmatch 2005','clubmatch2005.html', {'tw' : '_self'}],
		['Clubmatch 2004','clubmatch2004.html', {'tw' : '_self'}],
		['Clubmatch 2003','clubmatch2003.html', {'tw' : '_self'}],
	],
	['Links en adressen','links.html', {'tw' : '_self'}],
	['Bestuur','bestuur.html', {'tw' : '_self'}],
	['Huur terrein','verhuur.html', {'tw' : '_self'}],
	['Locatie','locatie.html', {'tw' : '_self'}],
	['Contact','contact.html', {'tw' : '_self'}],
];