/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php?language=en&urloption=Home'],
	['Gallery', 'index.php?language=en&urloption=Gallery', null,
		['France', 'index.php?language=en&urloption=Gallery&country=fr'],
		['Russia', 'index.php?language=en&urloption=Gallery&country=ru'],
		['Spain', 'index.php?language=en&urloption=Gallery&country=es'],
		['Sweden', 'index.php?language=en&urloption=Gallery&country=se'],
		['United Kingdom', 'index.php?language=en&urloption=Gallery&country=uk'],
		['USA', 'index.php?language=en&urloption=Gallery&country=us']
	],
	['Aircrafts', 'index.php?language=en&urloption=Aircrafts'],
	['Forum', 'index.php?language=en&urloption=Forum'],
	['Sounds', 'index.php?language=en&urloption=Sounds'],
	['Music', 'index.php?language=en&urloption=Music', null,
		['US Air Force', 'index.php?language=en&urloption=Music&music=usaf'],
		['US Army', 'index.php?language=en&urloption=Music&music=usarmy'],
		['US Marine Corps', 'index.php?language=en&urloption=Music&music=usmc'],
		['US Navy', 'index.php?language=en&urloption=Music&music=usnavy'],
		['US Coast Guard', 'index.php?language=en&urloption=Music&music=uscg']
	],
	['Videos', 'index.php?language=en&urloption=Videos', null,
		['All', 'index.php?language=en&urloption=Videos&p=0&type_selected=all'],
		['Top Rated', 'index.php?language=en&urloption=Videos&p=0&type_selected=top'],
		['Accident', 'index.php?language=en&urloption=Videos&p=0&type_selected=Accident'],
		['Airshow', 'index.php?language=en&urloption=Videos&p=0&type_selected=Airshow'],
		['Amazing', 'index.php?language=en&urloption=Videos&p=0&type_selected=Amazing'],
		['Edition', 'index.php?language=en&urloption=Videos&p=0&type_selected=Edition'],
		['In Action', 'index.php?language=en&urloption=Videos&p=0&type_selected=In%20Action'],
	],
	['Documents', 'index.php?language=en&urloption=Handbooks'],
	['Wallpapers', 'index.php?language=en&urloption=Wallpapers'],
//	['Online Games', 'index.php?language=en&urloption=OnlineGames'],
	['Links', 'index.php?language=en&urloption=Links'],
	['Uploads', 'index.php?language=en&urloption=Uploads'],
	['Suggestions', 'index.php?language=en&urloption=Suggestions'],
	['Quizs', 'index.php?language=en&urloption=Quizs'],
//	['Guestbook!', 'index.php?language=en&urloption=Guestbook'],
	['GuestMap!', 'index.php?language=en&urloption=Guestmap']
];

