function printable() {
	openScrollWindow("/print.jsp","printable",600,400,"yes")
}

function printPage() {
	window.document.print();
}

