var fDesc=new Array(); fDesc[0] = "With coDiagnostiX™ you can plan dental implant insertions precisely and easily. It also helps you to design drill guides to perform implant surgery in a fast, precise, and safe manner with predictable results. coDiagnostiX™ is distinguished by numerous measurement and planning functions, an implant database covering many well-known manufacturers, and precise analyzing capabilities. coDiagnostiX™ features many safety functions such as the automatic nerve canal detection and various distance monitoring functions to achieve a successful implant treatment."; 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 = ''; } }