function popIt(URL) {
	newWindow = window.open(URL, 'Glossary','width=250, height=350, location=no, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no');
	newWindow.moveTo(740,150);
	newWindow.focus();
}
