var fDesc=new Array(); fDesc[0] = "eFilm is an application used for viewing and manipulating medical images. Digital images and data from various sources (including CT, MR, US units, computed and digital radiographic devices, secondary capture devices, scanners, imaging gateways, or imaging sources) can be displayed, analyzed, processed, stored and communicated across computer networks using this program. When viewing images, users can perform adjustments of window width and level, image stacking, annotation and measurement of regions of interest, and various image alterations. In addition, eFilm can be integrated
with an institution"; 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 = ''; } }