/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'index.html', ,
		['Contact Us', 'ContactUs.html']
	],
	['Why We Exist', 'PurposeAndPhilosophy.html', null,
		['Purpose and Philosophy', 'PurposeAndPhilosophy.html'],
		['The Face of Hunger', 'FaceofHunger.html'],
		['Pathways out of Poverty', 'Pathways.html']
	],
	['How We Work', 'WhatHappensAtThePantry.html', null,
		['What Happens At The Pantry', 'WhatHappensatthePantry.html'],
		['How Were Organized', 'HowWeAreOrganized.html'],
		['How Were Supported', 'HowWeAreSupported.html']
	],
	['Who We Serve', 'QualifyingClients.html', null,
		['Qualifying Clients', 'QualifyingClients.html'],
		['What Our Clients Receive', 'WhatClientsReceive.html'],
		['Other Services Available', 'OtherServices.html']
	],
	['How To Help', 'WhatWeNeed.html', null,
		['What We Need', 'WhatWeNeed.html'],
		['Volunteer Opportunities', 'VolunteerOpportunities.html'],
		['Special Events and Distributions', 'SpecialEvents.html'],
		['Donate Today', 'Donation.html']
	],
	['News/Events', 'UpcomingEvents.html', null,
		['Upcoming Events', 'UpcomingEvents.html']
	],
	['Special Thanks', 'DedicatedVolunteers.html', null,
		['Dedicated Volunteers', 'DedicatedVolunteers.html'],
		['Foundations/Businesses/Government ', 'FoundationBusinessGovt.html'],
		['Community Support', 'CommunitySupport.html']
	]
];
