/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', '/content/aboutus/AboutUs.html', {'tt':'What we do','bl':12},
		['Board of Directors', '/content/aboutus/BoardOfDirectors.html', {'tt':'TCR! Board Members'}],
		['Staff Directory', '/content/aboutus/StaffDirectory.html', {'tt':'Staff Directory'}],
		['Mission', '/content/aboutus/Mission.html', {'tt':'Mission'}],
		['Success Stories', '/content/aboutus/SuccessStories.html', {'tt':'Success Stories'}],
		['Publications / Media', '/content/aboutus/PublicationsMedia.html', {'tt':'Publications / Media'}],
		['TCR! FAQ', '/content/aboutus/FAQ.html', {'tt':'Frequently Asked Questions'}]
	],
	['Employer Services', '/content/employerservices/EmployerServices.html', {'tt':'Employer Services','sw':115,'bw':130,'bl':12},
		['Staffing Services', '/content/employerservices/StaffingServices.html', {'tt':'Staffing Services'}],
		['Retention Statistics', '/content/employerservices/RetentionStatistics.html', {'tt':'Retention Statistics'}],
		['Internship Program', '/content/employerservices/InternshipProgram.html', {'tt':'Internship Program'}],
		['Our Hiring Partners', '/content/employerservices/HiringPartners.html', {'tt':'Our Hiring Partners'}],
		['Partner Testimonials', '/content/employerservices/HiringPartnerTestimonials.html', {'tt':'Partner Testimonials'}]
	],
	['Programs', '/content/Programs/Programs.html', {'tt':'Programs','sw':65,'bl':10},
		['Core Program', '/content/Programs/CoreProgram.html', {'tt':'Core Program'},
			['Admission to TCR!', '/content/Programs/AdmissionToTCR.html', {'tt':'Admission to TCR!'}],
			['Program Training Careers', '/content/Programs/TrainingCareers.html', {'tt':'Program Training Careers'}],
			['A Participants Weekly Schedule', '/content/Programs/ParticipantSchedule.html', {'tt':'A Participants Weekly Schedule'}],
			['Course Descriptions', '/content/Programs/CourseDescriptions.html', {'tt':'Course Descriptions'}]
		],
		['Awali Inside/Out', '/content/Programs/AwaliInsideOut.html', {'tt':'Awali Inside/Out'}]
	],
	['Empowerment Institute', '/content/EmpowermentInstitute/EmpowermentInstitute.html', {'tt':'Empowerment Institute','sw':150,'bw':160,'bl':17},
		['EI in Education', '/content/EmpowermentInstitute/EIEducation.html', {'tt':'Empowerment Institute in Education'}],
		['EI Training Models', '/content/EmpowermentInstitute/EITrainingModels.html', {'tt':'EI Training Models'}],
		['EI Clients', '/content/EmpowermentInstitute/EIClients.html', {'tt':'EI Clients'}]
	],
	['Participants & Alumni', '/content/ParticipantsAlumni/ParticipantsAndAlumni.html', {'tt':'Participants & Alumni','sw':130,'bw':150,'bl':12},
		['Participant Resources', '/content/ParticipantsAlumni/ParticipantResources.html', {'tt':'Participant Resources'}],
		['Alumni Engagement', '/content/ParticipantsAlumni/AlumniEngagement.html', {'tt':'Alumni Engagement'}]
	],
	['Support Us', '/content/SupportUs/SupportUs.html', {'sw':70,'bw':84,'bl':10},
		['Volunteer', '/content/SupportUs/Volunteer.html', {'tt':'Volunteer'}],
		['TCR! Wish List', '/content/SupportUs/WishList.html', {'tt':'TCR! Wish List'}],
		['Donate', '/content/SupportUs/Donate.html', {'tt':'Donate Today'}]
	]
];
