var fDesc=new Array(); fDesc[0] = "RadiAnt DICOM Viewer lets you open and display a variety of medical images from Digital Radiography, Mammography, Computed Tomography, Magnetic Resonance, Positron Emission Tomography PET-CT, Ultrasonography, Digital Angiography, Gamma Camera, and Nuclear Medicine. This tool provides zooming and panning, brightness and contrast contrast adjustments, negative mode, and many other image enhancements to improve analysis."; 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 = ''; } }