var fDesc=new Array(); fDesc[0] = "MEDISP DICOM Viewer is a modern software for viewing and processing DICOM files of any modality and any transfer syntax.
MEDISP DICOM Viewer runs on Windows platforms, it is designed to work on a standard desktop or laptop computer, and it is distributed free of charge (available in english language).

MEDISP DICOM Viewer is especially designed for educational use (e.g. in Imaging Anatomy courses), with simplified interface and functionality, for the students not to be confused."; 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 = ''; } }