/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['CCC', null, null,
		['About CCC', 'aboutccc.html'],
		['Volunteers', 'volunteers.html'],
		['Directions', 'directions.html'],
		['Competition Rules', 'rules.html'],
		['Digital Competitions', 'digital.html'],
		['Nature Rules', 'http://www.psa-photo.org/aboutPageDisplay.asp?DivID=2&menuID=1&pageID=46'],
		['By-Laws', 'Content/CCC Bylaws.pdf']
	],
	['Schedules', null, null,
		['Meetings', 'schedule.html'],
		['Field Trips', 'fieldtrips.html'],
	],
	['Gallery', null, null,
		['Competitions', 'winners.html'],
		['Field Trips', 'fieldtripsphotos.html'],
		['Sunday Outings', 'sundayoutingsphotos.html'],
		['Wall House', 'WallHouse.html'],
		['Winter Party', 'winterParty.html'],
		['Banquet', 'banquet.html'],
		['Member Gallery', null, null]
	],
	['Membership', null, null,
		['Brochure', 'Content/brochure.pdf'],
		['Membership Form', 'membershipform.html']
	],
	['Training', null, null,
		['Fireworks', 'http://www.usa.canon.com/dlc/controller?act=GetArticleAct&articleID=1666'],
		['Passport Photos', 'http://travel.state.gov/pdf/Photo Guide 10-01-04.pdf'],
		['Digital Camera', 'digitalTutor.html'],
		['Photoshop', 'photoshopTutor.html'],
		['Picasa', 'picasaTutor.html'],
		['Photo Tips', 'photoTips.html'],
	],
	['Links', null, null,
		['Exhibitions, etc.', 'exhibitions.html'],
		['Other Links', 'links.html']
	],	
	['Contact Us', 'contact.html']
];
