var fDesc=new Array(); fDesc[0] = "The HIPAX DICOM Print Manager allows the user to process the same print job on different DICOM printers or Windows printers. DICOM images can be printed on paper, which helps significantly to save costs.
The DICOM print jobs are received from the DICOM modalities or workstations, administrated, and emitted page by page corresponding to the capability of the used printer.
Print jobs can be buffered and redirected. Thus, the DICOM Print Manager prevents that print jobs are cancelled and lost because of a capacity overload of the printer."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }