/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Inicio', 'index.html', null,
		['Acerca de nosotros', 'who.html'],
		['10 a&ntilde;os en Guate', null],
	],
	['Calendario', 'calendar.html'],
	['Cool Stuff', null, null,
		['Fotos', 'pictures.html'],
		['Videos', 'videos.html'],
	],
	['Resultados', null, null,
		['Challenge A', 'results/TournamentResultsA.html'],
		['Challenge B', 'results/TournamentResultsB.html'],
		['Challenge C', 'results/TournamentResultsC.html'],
		['Challenge D', 'results/TournamentResultsD.html'],
		['Challenge E', 'results/TournamentResultsE.html'],
		['projectOUTREACH', 'results/TournamentResultsPO.html'],
	],
	['Contacto', 'contact.html']
];
