function printPage() {
  if (window.print) {
    jetztdrucken = confirm('Seite drucken ?');
    if (jetztdrucken) window.print();
  }
}

