<!--
function openWindow(theURL) 
{ 
  helpWin = window.open(theURL,'HELP','directories=no,location=no,menubar=no,status=yes,titlebar=yes,scrollbars=yes,toolbar=no,height=375,width=625,resizable=yes');
  helpWin.focus()
}
//-->