var fDesc=new Array(); fDesc[0] = "Ez3D-i enables volume rendering based analysis expanding the usage of 3D software. It will result in time-saving spent on analysis and increasing patient’s comprehension of the images. Various ready-made layouts and a drag-drop method enables you to create any type of image combination in simple way. You can share the report and images through versatile exporting tools such as Email, PDF, CD and DICOM printing."; 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 = ''; } }