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

// sets default "level" of files
var whichLevel = 1;

navMenus = [
				[
					["navBackground"],
					["Diabetes, Obesity &amp; Disparities", "why_heac1.php"],
					["HEAC Initiative Goals and Design", "why_heac3.php"],
					["Community Grants", "why_heac4.php"]
				],
				
				[
					["navGrantee"],
					["Profiles", "grantee_showcase.php"]
				],
				
				[
					["navEvaluation"],
					["Publications", "evaluation_findings1.php"],
					["Samuels and Associates Website", "http://www.samuelsandassociates.com/\" target=\"_blank\""]
				],
				
				[
					["navTechSupport"],
					["Overview", "tech_support1.php"],
					["Program Office", "tech_support3.php"],
					["Providers", "tech_support2_1.php"]
					
				],
				
				[
					["navCommunications"],
					["StoryBank", "communications3.php"],
					["Writing Your Story", "communications4.php"],
					["APHA Presentations", "communications5.php"],
					["PowerPoint Templates", "communications2.php"],
					["Audio Recordings", "communications1.php"]
					
				]
			]
