function historico(psLink) { var root; root = window.open(psLink,'Historico','width=360,height=240,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no'); root.focus(); } function abrirPDF(pLink){ window.open(pLink, 'width=800,height=600'); }