function ProblemWindow(filename) {
  newWindow = window.open(filename,'newWin','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=540,height=480')
} 

function printThisPage() {
  window.print();
}