
function showGlossary(term)	{

	window.open('utility/Glossary.cfm#' + term, 'newwin', 'height=500, width=520, scrollbars=1');

}