<!--
function Print_A4() {
	document.body.style.zoom='80%';
	window.print();
	document.body.style.zoom='100%';
}
//-->