/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', '../home/index.php', {'sb':'HOME'}],
	['INSTITUCION', '../institucion/index.php', {'sb':'INSTITUCION'}],
	['REGATAS', '../regatas/index.php', {'sb':'REGATAS'}],
	['ESCUELAS', '../escuelas/index.php', {'sb':'ESCUELAS'}],
	['SOCIALES', '../sociales/index.php', {'sb':'SOCIALES'}],
	['LINKS', '../links/index.php', {'sb':'LINKS'}],
	['CONTACTAR', '../contactar/index.php', {'sb':'CONTACTAR'}]
];

