function showPrintPage(){document.write ('<TABLE cellSpacing="1" cellPadding="1" width="90%" align="center" border="0"><TR><TD align="right"><IMG alt="Clique aqui para Imprimir está pagina." style="CURSOR: hand" onclick="javascript:printPage();" src="images/bt_imprimir.gif" border="0" ></TD></TR></TABLE><BR>');}
function printPage(){window.print(); }