var fDesc=new Array(); fDesc[0] = "Includes :a smart DICOM viewer with 4 panel display, annotations, arrows, multimodality synchronization, etc... an export wizard to the most common picture or movie file formats, an export wizard to Microsoft PowerPoint, the most simple and compatible DICOM CD-ROM reader, the most simple and smart DICOM CD-ROM WRITER an archiving solution with lossless compression of the data a DICOM creation module to "dicomize" images from any image source (even video capture), e-mail or FTP import end export functions (teleradiology) ,16 native localized versions."; 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 = ''; } }