var fDesc=new Array(); fDesc[0] = "Sante DICOM Viewer for Netbooks is an easy to use medical image viewer aimed at physicians and other professional users on-the-go. It is especially designed for netbooks, with low resolution (1024x600) screens and slow processors (Atom Z520, Z530, N270, N280). It is compatible with all modalities (CT, MR, NM, US, XA, MG, CR etc.), all manufacturers and all DICOM 3.0 and NEMA 2 file types."; 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 = ''; } }