function gloss(query) {
	return !window.open('glossary.php?' + query, '', 'width=400,height=300,resizable=1,scrollbars=1');
}
