function printPage() { window.focus(); window.print(); } window.onload = printPage;