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