function showTerm(sVal)
{
	var oWin = null;
	
	oWin = window.open("../glossary/glossary.htm#" + escape(sVal), "oWin", "height=500,width=560,location=0,status=0,resizeable=1,scrollbars=yes,toolbar=0");
	oWin.focus();
	return false;
}