/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'html/content.html', {'tw':'content'}],
	['PROGRAMS', '', {'tw':'content'},
		['COWBOY ACTION', 'html/cas.html', {'tw':'content'}],
		['DEFENSIVE PISTOLS', 'html/defense.html', {'tw':'content'}],
		['MULTI-GUN', 'html/gun.html', {'tw':'content'}],
		['PRECISION RIFLES', 'html/precision.html', {'tw':'content'}],
		['BIG BORE RIFLE', 'html/bigbore.html', {'tw':'content'}],
		['ROLLING THUNDER', 'html/rollthunder.html', {'tw':'content'}],
		['APPLESEED', 'html/apple.html', {'tw':'content'}],
		['LAW ACADEMY', 'html/lea.html', {'tw':'content'}],
	],
	['CALENDAR', 'html/calendar.html', {'tw':'content'}],
	['ABOUT US', 'html/aboutus.html', {'tw':'content'},
		['RANGE RULES', 'html/rules.html', {'tw':'content'}],
		['CLUB OFFICERS', 'html/officers.html', {'tw':'content'}],
	],
	['PICTURES', 'html/picture.html', {'tw':'content'},
		['FUN TIMES', 'galleries/FUN_TIMES/index.htm', {'tw':'content'}],
		['APPLESEED 08', 'galleries/Appleseed_Sept_2008/index.htm', {'tw':'content'}],
		['DEF-PISTOL 08', 'galleries/Defensive_Pistol_Night_2008/index.htm', {'tw':'content'}],
		['MACHINEGUN 09', 'galleries/Machinegun_Shoot_2009/index.htm', {'tw':'content'}],
		['MultiGun 2010', 'galleries/2010_MT_MultiGun/index.htm', {'tw':'content'}],
	],
	['CONTACT US', 'html/contactus.html', {'tw':'content'},
		['FIND US', 'html/findus.html', {'tw':'content'}],
		['COMMENTS', 'html/comments.html', {'tw':'content'}],
	],
	['LINKS', 'html/links.html', {'tw':'content'}],
	['DOC VIEWERS', 'html/events.html', {'tw':'content'}],
];

