function printWindow (URL) {
  window1 = window.open(URL, "Drucken", "width=750,height=600,left=100,top=100,scrollbars=yes,resizable=yes");
  window1.focus();
}