var fDesc=new Array(); fDesc[0] = "GALILEOS Implant is a radiological 3D program for dental diagnostics and implant planning and is integrated within the 3D Conebeam System GALILEOS. It includes an extensive implant library of most manufacturers with a realistic visualization of the implants. It uses a so-called slicing window which is used to move through the 3D volume."; 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 = ''; } }