addLoadEvent(printWindow);


function printWindow() {
	window.print();
};
