function owPrint(url) { var t = window.open (url , 'window', 'width=500,height=600,scrollbars=yes'); t.focus(); }