/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home','index.html', {'tw':'_self'}],
	['Beeldhouwen','beeldhouwen.html', {'tw':'_self'}],
	['Beelden','beelden.html', {'tw':'_self'},
		['2002', 'bl2002.html', {'tw':'_self'}],
		['2003', 'bl2003.html', {'tw':'_self'}],
		['2004', 'bl2004.html', {'tw':'_self'}],
		['2005', 'bl2005.html', {'tw':'_self'}],
		['2006', 'bl2006.html', {'tw':'_self'}],
		['2007', 'bl2007.html', {'tw':'_self'}],
		['2008', 'bl2008.html', {'tw':'_self'}],
		['2009', 'bl2009.html', {'tw':'_self'}],
		['2010', 'bl2010.html', {'tw':'_self'}],
		['2011', 'bl2011.html', {'tw':'_self'}],
	],
	['Brons','brons.html', {'tw':'_self'},
		['2003', 'br2003.html', {'tw':'_self'}],
		['2004', 'br2004.html', {'tw':'_self'}],
		['2005', 'br2005.html', {'tw':'_self'}],
		['2006', 'br2006.html', {'tw':'_self'}],
		['2007', 'br2007.html', {'tw':'_self'}],
		['2008', 'br2008.html', {'tw':'_self'}],
		['2011', 'br2011.html', {'tw':'_self'}],
	],
	['Cursussen', 'cursussen.html', {'tw':'_self'}],	
	['Exposities', 'exposities.html', {'tw':'_self'}],
	['Contact', 'contact.php', {'tw':'_self'}]
];

