var fDesc=new Array(); fDesc[0] = "After a CT scan has been processed in Implant-Assistant CT, the project is loaded into the next module Implant-Assistant Planner Free. This module is specially designed for planning of dental implant surgeries and makes it easy to solve a set of complex problems. The program allows the doctor to: diagnose a clinical situation with high accuracy, create a surgical treatment plan, predict the results of treatment, import of DICOM files."; 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 = ''; } }