/* Tigra Menu items structure */
var MENU_ITEMS = [
	['DE STICHTING', null, null,
		['Geschiedenis', 'informatie/geschiedenis.htm', {'tw':'T1','sb':'Geschiedenis'}],
		['Secretariaat', 'informatie/contact.htm', {'tw':'T1','sb':'Secretariaat'}],
		['Triathlon', 'informatie/2009.htm', {'tw':'T1','sb':'Triathlon'}]
	],
	['INSCHRIJVEN', null, null,
		['1/8', 'inschrijven/inschrijfachtste.htm', {'tw':'T1','sb':'Inschrijven 1/8 triathlon'}],
		['1/4', 'inschrijven/inschrijfkwart.htm', {'tw':'T1','sb':'Inschrijven 1/4 triathlon'}],
		['Trio', 'inschrijven/inschrijftrio.htm', {'tw':'T1','sb':'Inschrijven trio'}]
	],
	['DEELNEMERS', null, null,
		['1/8', 'deelnemers/deelnemers.php?file=achtste.csv', {'tw':'T1','sb':'Deelnemers 1/8'}],
		['1/4', 'deelnemers/deelnemers.php?file=kwart.csv', {'tw':'T1','sb':'Deelnemers 1/4'}],
		['Trio', 'deelnemers/deelnemers.php?file=trio.csv', {'tw':'T1','sb':'Deelnemers trio'}]
	],
	['PARCOURS', null, null,
		['Zwemmen', 'parcours/zwemmen.htm', {'tw':'T1','sb':'Zwemmen'}],
		['Fietsen', 'parcours/fietsen.htm', {'tw':'T1','sb':'Fietsen'}],
		['Lopen', 'parcours/lopen.htm', {'tw':'T1','sb':'Lopen'}]
	],
	['UITSLAGEN', 'uitslagen/uitslagen.php', {'tw':'T1','sb':'Uitslagen'}],
	['FOTO\'S', null, null,
		['Triathlon 2005', 'fotos/foto2005/index.php', {'tw':'T1','sb':'Foto\'s 2005'}],
		['Triathlon 2006', 'fotos/foto2006/index.php', {'tw':'T1','sb':'Foto\'s 2006'}],
		['Triathlon 2007', 'fotos/foto2007/index.php', {'tw':'T1','sb':'Foto\'s 2007'}],
		['Triathlon 2008', 'fotos/foto2008/index.php', {'tw':'T1','sb':'Foto\'s 2008'}],
		['Triathlon 2009', 'fotos/foto2009/index.php', {'tw':'T1','sb':'Foto\'s 2009'}],
		['Triathlon 2010', 'fotos/foto2010/index.php', {'tw':'T1','sb':'Foto\'s 2010'}]
	],
	['GASTENBOEK', 'gastenboek/gastenboek.php?action=view', {'tw':'T1','sb':'Gastenboek'}],
	['INFORMATE', null, null,
		['LINKS', 'links/links.htm', {'tw':'T1','sb':'Links'}],
		['SPONSORS', null, null,
			['T2 Architecten', 'sponsors/sponsor1.htm', {'tw':'T1','sb':'T2Architecten'}],
			['ProWonen', 'sponsors/sponsor2.htm', {'tw':'T1','sb':'ProWonen'}],
			['Easy Running', 'sponsors/sponsor3.htm', {'tw':'T1','sb':'Easy Running'}],
			['BtS MetaalService', 'sponsors/sponsor4.htm', {'tw':'T1','sb':'BtS Metaalservice'}],
			['Eetcafe Jansen', 'sponsors/sponsor5.htm', {'tw':'T1','sb':'Eetcafe Jansen'}],
		],

		['DISCLAIMER', 'disclaimer/disclaimer.htm', {'tw':'T1','sb':'Disclaimer'}]
	],
	['HOME', 'index.htm', {'tw':'_top','sb':'Home'}]
];

