function prn() {
	
	document.write('\074a a  title="Zobrazí dialog pro tisk stránky" class="print" href=\"javascript:goprn();\"\076Tisk\074/a\076 &nbsp;| &nbsp;');

}

function goprn() {
	
	window.print();

}
