var fDesc=new Array(); fDesc[0] = "Sante DICOM Viewer 3D Pro is a powerful 2D/3D DICOM workstation and viewer. This program is suitable for Radiologists and other specialists that receives patient images from collaborating labs in DICOM format. It features a built-in DICOM file viewer; an ability to create 3D models; a built-in Anonymizer; an ability to create DICOM CD-ROMs/DVD-ROMs; a statistical analysis of ROIs, and more."; 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 = ''; } }