// JavaScript Document
function printPage() {
if (window.print) {
agree = confirm('Seite Drucken?');
if (agree) window.print(); }}
