/* --- menu items --- */
var MENU_ITEMS = [
	['Welcome', 'index.html',
	],
	['Practice Areas', 'practice.html',
	],
	['Lawyers', 'lawyer_powell.html',
		['Michael Lane Powell', 'lawyer_powell.html'],
		['Gordon J. Weir', 'lawyer_weir.html'],
	],
	['Contact Us','contactus.html',
/* ---		['Send Query', 'contactus.php'],--- */
	],
	['Links', 'link.html',
	],
];

