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