/* items structure */
var MENU_ITEMS = [
	['HOME', 'index.html'],
	['ATTORNEY PROFILES', '', null,
		['Langdon M. Cooper', 'profiles/langdon_cooper.html'],
		['H. Randolph Sumner', 'profiles/randolph_sumner.html'],
		['Nancy Borders Paschall', 'profiles/nancy_paschall.html'],
		['J. Mark Heavner', 'profiles/mark_heavner.html'],
		['J. Reid McGraw, Jr.', 'profiles/reid_mcgraw.html'],
		['Jesse V. Bone, Jr.', 'profiles/jesse_bone.html'],
		['Elizabeth N. Sumner', 'profiles/elizabeth_sumner.html'],
		['James R. Martin', 'profiles/james_martin.html'],
		['John H. Russell, Jr.', 'profiles/John_Russell.html'],
		['Jane Foy Painter', 'profiles/Jane_Painter.html'],
		['Lee A. Peindl', 'profiles/Lee_Peindl.html'],
		['Jason R. Shoemaker', 'profiles/Jason_Shoemaker.html'],
		['Shantel A. Boone', 'profiles/Shantel_Boone.html'],
		['Gerald L. Liska ', 'profiles/gerald_liska.html'],
		['Jennifer Long Philbeck', 'profiles/Jennifer_Philbeck.html'],
		],
		
	['LOCATION', 'location.html'],
	['RESOURCES', 'resources.html']
];
