function processPrint() { var newWindow ; newWindow = window.open('https://www.ciriec-france.org/ciriec/cms/print.dhtml','printWindow','toolbar=1, menubar=1, location=1, scrollbars=1,resizable=1,status=1'); newWindow.focus(); return false; }