var fDesc=new Array(); fDesc[0] = "Ez3D Plus is user-friendly interface to support you the exact diagnosis and planning from 3-dimensional images. Directly you can make a diagnosis with cross-sectional view function and 3D zoom and plan with the implant simulation functions. It provides many diagnostic tools like measuring, bone density, canal draw and also provides report function. The software is also fully featured for 3D image acquisition, viewing and processing with a lot of functions."; 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 = ''; } }