/* Tigra Menu items structure */
var MENU_ITEMS = [
	['-', null, {'sw':160}],
	['INICIO', '/index.cfm', {'sw':101}],
	['CEMACAN', '/cemacan.cfm'],
	['MIEMBROS', '/members.cfm'],
	['VIDEOS', '/videos.cfm', {'sw':101}],
	['GALERIA', '/gallery.cfm'],
	['CONTACTO', '/contact.php'],
	['-', null, {'sw':160}]
];
