/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.t578.org'],
	['Scout Organization', null, null,
		['Scoutmaster', 'http://www.t578.org/leader.aspx?leader=Scoutmaster'],
		['Senior Patrol Leader', 'http://www.t578.org/leader.aspx?leader=SPL'],
		['Organization Chart', 'http://www.t578.org/pdf_files/TroopOrganizationChartDec2009.pdf'],
		['Patrols', 'http://www.t578.org/patrol_list.aspx']
	],
	['Troop Activity', null, null,
		['Calendar', 'http://www.t578.org/cal/TroopCalendar.html'],
		['NYLT 2010', 'http://www.t578.org/NYLT.html'],
		['Nights/Miles', 'http://www.t578.org/nightMiles/nightsmiles.html'],
		['Activity Forms', 'http://www.t578.org/forms.html'],
		['Car Insurance List', 'https://www.t578.org/formssecure.aspx'],
		['Merit Badge', 'https://www.t578.org/formssecure.aspx'],
		['Scouts Own', 'https://www.t578.org/pdf_files/OCBC_DSAttendanceVerificationForm.pdf'],
		['Scout Spirit', 'http://www.t578.org/ScoutSpirit.html'],
		['Cycling Merit Badge Miles', 'http://www.t578.org/cycling.html']
	],
	['Parent Committee', null, null,
		['Chairman', 'http://www.t578.org/leader.aspx?leader=chairman'],
		['Meeting Agenda', 'http://www.t578.org/agenda.html'],
		['Meeting Minutes', 'http://www.t578.org/minutes.html'],
		['Planning Calendar', 'http://www.t578.org/eventcalendar.html'],  
		["Treasurer's Report", 'https://www.t578.org/formssecure.aspx'],
		['Roster', 'https://www.t578.org/formssecure.aspx'],
		['Forms & Guidelines', 'http://www.t578.org/forms.html'],
		['Training', 'http://www.t578.org/training.html'],
		['Fundraising', 'http://www.t578.org/fundraising.html'],
		['2009 District Camporee Forms', 'https://www.t578.org/formssecure.aspx']
	],
	['History', null, null,
		['Troop History', 'http://www.t578.org/History.html'],
		['Awards/Achievements', 'http://www.t578.org/Awards.html'],
		['Past Scoutmasters', 'http://www.t578.org/ScoutMasters.html']
	],
	['Photos', null, null,
	     ['Pre 2009 photos', 'http://www.t578.org/photos/TroopPhotos.html'],
		 ['2009 Photos', 'http://www.t578.org/photos2009.html'],
		 ['2010 Photos', 'http://www.t578.org/photos2010.html'],
		 ['2010 JJ Photos', 'http://www.t578.org/jjphotos2010.html'],
		 ['2010 Shotgun Shooting Competition Videos', 'http://www.t578.org/videos_ss_2010.html'],
		 ['IFD Videos', 'http://www.t578.org/videos2010.html']]
];
