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