var fDesc=new Array(); fDesc[0] = "Sante DICOM Viewer PRO is an advanced medical software for DICOM 3.0 and NEMA 2 files. It is not only a great DICOM Viewer but also it is a DICOM Header Editor, a DICOM Anonymizer, a DICOM to DICOM Converter and an Image to DICOM Converter.
It is compatible with all modalities (CT, MR, NM, US, XA, MG, CR etc.), all manufacturers and all DICOM 3.0 and NEMA 2 file types.

It offers advanced features, such as burned-in annotation removal, easy area and volume measurements, image processing filters and much more. It is suitable for radiologists, RIS and PACS maintainers, and any other medical imaging professional."; 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 = ''; } }