var fDesc=new Array(); fDesc[0] = "Aliza is a medical imaging and DICOM viewer that enables you to open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd, MINC2, and other formats. Also, the program allows you to read and write images in MetaIO, Nifti, Nrrd, PNG, TIF and many more formats; read and write meshes in VTK, STL and OBJ format; read and write VTK poly line files; and more."; 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 = ''; } }