<!-- Hide script from old browsers
function openHelp(theURL) { //v2.0
  newWindow = window.open(theURL,'aswdHelp','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=320,height=300');
  newWindow.focus();
  newWindow.document.close();  
}
//End Hiding from old browsers-->