// initialize print
window.onload = function () {
	self.window.focus();
	self.window.print();
};