// Function to Assign the relative path to images and links
if (whichLevel == 0) {
	var path = '';
} else {
	var path = '../';
}

navMenus = [
				[
					["navAbout"],
					["Meet Karen Pollak", "about_us.php"],
					["Press", "press.php"],
					["Speaking Engagements", "speaking_engagements.php"],
					["Resources", "resources.php"]
				],				
				[
					["navProcess"],
					["How We Work With You", "our_proven_process.php"],
					["Get Ready to Sleep", "get_ready_to_sleep.php"]
				],				
				[
					["navConsultations"],
					["Courses and Webinars", "webinars.php"],
					["Consultation Services and Fees", "services_and_fees.php"],
					["Request for More Information", "request_for_more_info.php"],
					["Consultation Booking Form", "consultation_booking.php"],
					["Make a Payment", "make_a_payment.php"]
					
				]
			]
