/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', null, null,
		['Our Promises', '/promises.php'],
		['Our Mission', '/mission.php'],
		['Our Convictions', '/conviction.php'],
		['Our Philosophy', '/education_philosophy.php'],
		['Statement of Faith', '/statementoffaith.php'],
		['Press Releases', '/press.php'],
		['Our Accreditation', '/accreditation.php'],
		['So. Baptist Convention Resolution', '/convention_resolution.php'],
		['Get Our Kids Out Of Public School', '/get_them_out.php'],
		['Homeschooling Resources', '/resources.php'] 
	],
	['How It Works', null, null,
		['How It Works', '/how.php'],
		['Parent\'s Role', '/parents.php'],
		['Social Center', '/social_center.php'],
		['Daily Lesson Plans', '/daily.php'],
		['What You Get', '/what.php'],
		['Computer Requirements', '/computer_requirements.php'],
		['Graduation Requirements', '/diplomarequire.php']
	],
	['Full Course Catalog', null, null,
//		['Sample Lesson', ''],
		['Elementary', '/courses.php?case=1'],
		['Middle School', '/courses.php?case=2'],
		['High School', '/courses.php?case=3']
	],
	['Affordable Tuition', '/tuition.php', null,
		['Our Tuition', '/tuition.php'],
		['Ministry Grants', '/grants.php'],
		['Exodus Partners', '/morepartners.php'],
	],
	['FAQs', '/faq.php'],
	['Enroll Now', '/parent/application/application_choose.php']
];


