// Function to Assign the relative path to images and links
if (whichLevel == 0) {
	var path = '';
} else {
	var path = '../';
}

// Sets the on and off backround colors for the td's of the menus
var menuBGOn = '#000000';
var menuBGOff = '#db282f';

navMenus = [
				[
					["navServices"],
					["Advantage Plan", "" + path +"basic.php"],
					["Premium Plan", "" + path +"premium.php"],
					["PetME Plan", "" + path +"planpet.php"],
					["Organizations", "" + path +"organization.php"]
				],
				
				[
					["navCompany"],
					["About Us", "" + path +"company.php"],
					["Executive Team", "" + path +"exec_team.php"],
					["Advisory Board", "" + path +"advisory_board.php"],
					["Careers", "" + path +"careers.php"],
					["Media", "" + path +"company_press.php"],
					["Events", "" + path +"events/index.php"],
					// ["Webinars", "" + path +"webinars.php"],
					["FAQs", "" + path +"faq.php"]
				],
				
				[
					["navSignUp"],
					["Advantage Plan", "" + path +"app_indv_agree.php?plan=3"],
					["Premium Plan", "" + path +"app_indv_agree.php?plan=2"],
					["PetME Plan", "" + path +"app_indv_agree.php?plan=15"]
				],
			


				[
					["navContact"],
					["Location", "" + path +"contact_us.php"],	
					["More Info", "" + path +"more_info.php"],				
					["Comments", "" + path +"comments.php"],
					["Share Your Story", "" + path +"share_story.php"]
				]
			
				
			]
