/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php?language=es&urloption=Home'],
	['Galería', 'index.php?language=es&urloption=Gallery', null,
		['España', 'index.php?language=es&urloption=Gallery&country=es'],
		['Francia', 'index.php?language=es&urloption=Gallery&country=fr'],
		['Reino Unido', 'index.php?language=es&urloption=Gallery&country=uk'],
		['Rusia', 'index.php?language=es&urloption=Gallery&country=ru'],
		['Suecia', 'index.php?language=es&urloption=Gallery&country=se'],
		['USA', 'index.php?language=es&urloption=Gallery&country=us']
	],
	['Los Aviones', 'index.php?language=es&urloption=Aircrafts'],
	['Foro', 'index.php?language=es&urloption=Forum'],
	['Sonidos', 'index.php?language=es&urloption=Sounds'],
	['Música', 'index.php?language=es&urloption=Music', null,
		['US Air Force', 'index.php?language=es&urloption=Music&music=usaf'],
		['US Army', 'index.php?language=es&urloption=Music&music=usarmy'],
		['US Marine Corps', 'index.php?language=es&urloption=Music&music=usmc'],
		['US Navy', 'index.php?language=es&urloption=Music&music=usnavy'],
		['US Coast Guard', 'index.php?language=es&urloption=Music&music=uscg']
	],
	['Videos', 'index.php?language=es&urloption=Videos', null,
		['Todos', 'index.php?language=es&urloption=Videos&p=0&type_selected=all'],
		['Top Votados', 'index.php?language=es&urloption=Videos&p=0&type_selected=top'],
		['Accidente', 'index.php?language=es&urloption=Videos&p=0&type_selected=Accidente'],
		['Airshow', 'index.php?language=es&urloption=Videos&p=0&type_selected=Airshow'],
		['Increible', 'index.php?language=es&urloption=Videos&p=0&type_selected=Increible'],
		['Edición', 'index.php?language=es&urloption=Videos&p=0&type_selected=Edición'],
		['En Acción', 'index.php?language=es&urloption=Videos&p=0&type_selected=En%20Acción'],
	],
	['Documentos', 'index.php?language=es&urloption=Handbooks'],
	['Wallpapers', 'index.php?language=es&urloption=Wallpapers'],
//	['Juegos Online', 'index.php?language=es&urloption=OnlineGames'],
	['Links', 'index.php?language=es&urloption=Links'],
	['Uploads', 'index.php?language=es&urloption=Uploads'],
	['Sugerencias', 'index.php?language=es&urloption=Suggestions'],
	['Tests', 'index.php?language=es&urloption=Quizs'],
//	['¡Firma el Libro!', 'index.php?language=es&urloption=Guestbook'],
	['GuestMap!', 'index.php?language=es&urloption=Guestmap']
];

