function artWindow(strURL) {
  newWindow=window.open(strURL,'artifactWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable,width=650,height=500');
  newWindow.focus();
  }

