var fDesc=new Array(); fDesc[0] = "Sante DICOM Editor 3D is a state of the art 2D/3D medical image (DICOM) workstation, viewer, editor, anonymizer, converter, dicomizer, DICOM CD/DVD creator and much more. It 3D has all the features of Sante DICOM Editor plus the capability of creating 3D models.

Sante DICOM Editor 3D lets the user to edit and modify DICOM files, to add and remove attributes, and even edit and modify sequence attributes."; 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 = ''; } }