/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'home.htm',{'tw' : 'main'}],
	['Membership Info', null, null,
		['General Information', 'GeneralMembershipInfo.htm',{'tw' : 'main'}],
		['Membership Applications', 'ApplicationForms.htm',{'tw' : 'main'}],
		['Facilities ', 'Facilities.htm',{'tw' : 'main'}],
		['Contact Information', 'ContactInfo.htm',{'tw' : 'main'}],
		['Directions', 'Directions.htm', {'tw' : 'main'}]
		
	],
	['Rules & Range Hours',null,null,
		['Rules','Rules.htm',{'tw' : 'main'}],
		['Range Hours', 'RangeHours.htm',{'tw' : 'main'}]
	],
	['Upcoming Events',null,null,
		['Club Meetings & Classes','ClubMeetingsAndClasses.htm',{'tw' : 'main'}],
		['Leagues','Leagues.htm',{'tw' : 'main'}],
		['Rifle/Pistol Matches','RifleAndPistolMatches.htm',{'tw' : 'main'}],
		['Youth Shooting','YouthShooting.htm',{'tw' : 'main'}],
		['Photos', 'gallery/index.html', {'tw' : 'main'}]
	],
	['League & Match Scores', null, null,
		['Skeet', 'SkeetLeague.htm',{'tw' : 'main'}],
		['Trap', 'TrapLeague.htm',{'tw' : 'main'}],
		['Benchrest Matches', 'BenchRestMatch.htm',{'tw' : 'main'}],
		['Military Matches', 'MilitaryMatch.htm',{'tw' : 'main'}],
		[' Blackpowder Matches', 'BlackpowderMatch.htm',{'tw' : 'main'}]
	],
	['Links and Manuals', null, null,
		['Web Links', 'Links.htm',{'tw' : 'main'}],
		['Firearms Manuals', 'FirearmsManuals.htm',{'tw' : 'main'}],
		['Reloading Data',null,null,
			['In Zip Files','ReloadingDataInZip.htm',{'tw' : 'main'}],
			['In PDF Files','ReloadingDataInPDF.htm',{'tw' : 'main'}]
		]
	]
];
