<!-- Begin
function printPage() {
if (window.print) {
agree = confirm('Print this page?');
if (agree) window.print();
window.close();
}
}
//  End -->