var fDesc=new Array(); fDesc[0] = "SimPlant View is free program that allows you to view dental images and take basic measurements. SimPlant View is a good way to communicate a treatment plan to the patient, clinical colleagues or a dental lab. It offers an interactive 3D image, zoom functions, multiple contrast settings, distance and angle measurement tools, 2D images at the implant locations."; 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 = ''; } }