function printPage() {
if (window.print) {
agree = confirm('Diese Seite wirklich ausdrucken?');
if (agree) window.print();
}
}
