<!-- Javascript to open a Glossary window, and bring it in front when its content changes. T.Wiltshire 13/3/01 electricdruid@hotmail.com  --><script type="Text/javascript"><!--var gWin;function Glossary(word) {        gWin = window.open('/pus/Glossary/glossary.html#'+word,'Glossary','scrollbars=yes,resizable=yes,width=400,height=96');        gWin.close();        gWin = window.open('/pus/Glossary/glossary.html#'+word,'Glossary','scrollbars=yes,resizable=yes,width=400,height=96');	return false;}//--></script><script type="Text/Javascript1.1">function Glossary(word) {        gWin = window.open('/pus/Glossary/glossary.html#'+word,'Glossary','scrollbars=yes,resizable=yes,width=400,height=96');        gWin.focus();        return false;}</script>
