/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.htm', null,
		['Mission', 'mission.htm'],
		['Press Releases', 'pressrelease70108.pdf']
	],
	['Club Info', null, null,
		['Membership', null, null,
			['Sign Up', 'Mtmoriahapp.pdf'],
			['Map to Airport', 'http://maps.google.com/maps?f=q&hl=en&geocode=&q=36.28955+-89.2335&ie=UTF8&ll=36.276663,-89.316788&spn=0.190422,0.304184&z=12&iwloc=addr'],
			['Rules and Safety', null],
			['Club ByLaws', 'mtmoriah-bi_laws.pdf'],
			['Club Store', null]
		],
		['Advertise/Sponsor', null]
	],
	['Airport Info', null, null,
		['Map to Airport', 'http://maps.google.com/maps?f=q&hl=en&geocode=&q=36.28955+-89.2335&ie=UTF8&ll=36.276663,-89.316788&spn=0.190422,0.304184&z=12&iwloc=addr'],
		['Safety Rules', null]
	],
	['Training', null],
	['Photo Gallery', 'album/index.html'],
	['Video Gallery', 'videos.htm']
];
