function showHelp(helpID) { 
  objHelpWindow = window.open('help.asp?help=' + helpID , 'help', 'width=410,height=600,left=100,screenX=100,top=100,screenY=100,scrollbars=yes');
  objHelpWindow.focus();
}