/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'index.php', {'tt':'About Us','sb':'About Us'},
		['Board of Directors & Staff', 'board.php', {'tt':'Board of Directors','sb':'Board of Directors'}],
		['Rebuilding Stories', 'stories.php', {'tt':'Rebuilding Stories','sb':'Rebuilding Stories'}],
		['Photo Gallery', 'http://rtnyc.smugmug.com/gallery/4719664_Hmjic#279699923_ufTEu', {'tt':'Photo Gallery','sb':'Photo Gallery'}]
	],
	['Programs', null, null,
		['Neighborhood Rebuilding Day', 'national_rebuilding_day.php', {'tt':'Neighborhood Revuilding Day','sb':'Neighborhood Rebuilding Day'}],
		['Other Opportunities', 'other_programs.php', {'tt':'Other Opportunities','sb':'Other Opportunities'}]
	],
	['Our Sponsors', 'sponsors.php', {'tt':'Sponsors','sb':'Sponsors'},
		['Sponsorship', 'sponsorship.php', {'tt':'Sponsorship Forms','sb':'Sponsorship Forms'}],
		['Current Sponsors', 'sponsors.php', {'sb':'Current Sponsors'}]
	],
	['Volunteers', 'meet.php', {'tt':'Volunteers','sb':'Volunteers'},
		['Meet Our Volunteers', 'meet.php', {'tt':'Meet Our Volunteers','sb':'Meet Our Volunteers'}],
		['Volunteer', 'volunteer.php', {'tt':'Volunteer','sb':'Volunteer'}],
	],
	['Donate', 'donate.php', {'tt':'Donate','sb':'Donate'},
	],
	['Apply for Help', 'apply_for_help.php', {'tt':'Referrals','sb':'Referrals'},
	],
	['Our Community', 'community.php', {'tt':'Community Relations','sb':'Community Relations'},
		['Links', 'links.php', {'tt':'Helpful Links','sb':'Helpful Links'}]
	]
];
