var fDesc=new Array(); fDesc[0] = "Implant3D allows you to perform a 3D implant simulation directly on your PC. You can simulate the implant position on 2D & 3D models, identify the mandibular canal, draw bone model panoramics and sections, show the 3D bone model and calculate the bone density."; 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 = ''; } }