function doPrint(sURL) {
	window.open(sURL, "print", "width=600,height=500,scrollbars=yes,resizable=yes");
}

function executePrint() {
	window.print();
	window.close();
}
