/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'http://www.villagexchange.org/camp_home/whoweare.html', null,
		['Who We Are', 'http://www.villagexchange.org/camp_home/whoweare.html'],
		['What We Do', 'http://www.villagexchange.org/camp_home/whatwedo.html'],
		['FAQs', 'http://www.villagexchange.org/camp_home/faqs.html'],
		['Our Appreciation', 'http://www.villagexchange.org/camp_home/our_appreciation.html']
	],
	['About Fair Trade', 'http://www.villagexchange.org/camp_home/ft_overview.html', null,
		['Overview', 'http://www.villagexchange.org/camp_home/ft_overview.html'],
		['Key Principles', 'http://www.villagexchange.org/camp_home/key_principles.html'],
		['History of Fair Trade', 'http://www.villagexchange.org/camp_home/ft_history.html'],
		['Fair Trade Today', 'http://www.villagexchange.org/camp_home/ft_today.html'],
		['Global Initiatives', 'http://www.villagexchange.org/camp_home/g_initiatives.html'],
	],
		['Shop Online', 'http://www.villagexchange.org', {'tw':'_blank'}],
		['Resources', 'http://villagexchange.org/camp_home/get_involved.html', null,
		['Get Involved', 'http://villagexchange.org/camp_home/get_involved.html'],
		['Publications', 'http://villagexchange.org/camp_home/publications.html'],
		['Producer Profiles', 'http://www.villagexchange.org/camp_home/p_profiles.html'],
		['Fair Trade Links', 'http://villagexchange.org/camp_home/ft_links.html'],
		['Videos & Slides', 'http://www.villagexchange.org/camp_home/videos_slides.html'],
],
	['Contact Us', 'http://www.villagexchange.org/camp_home/contact_us.html']
];
