function glossary( term )
{
	window.open( term + '.php', 'popupWnd', 'height=300,width=240,scrollbars=yes,left=200,top=150' );
}