function showlex(parm) { LexWindow=window.open ("","LexWindow","toolbar=no,location=0, directories=0, status=0, scrollbars=yes,resizable=yes, copyhistory=0,width=300,height=300"); nylocation = "http://www.uisge.com/show_glossary.msql?term="+parm; LexWindow.document.location = nylocation; LexWindow.document.close(); LexWindow.focus(); } // -->