var fDesc=new Array(); fDesc[0] = "OrthoPlex is a digital modeling technology that saves time and money. Featuring GAC’s exclusive OrthoLAB integration service, it is the only service that enables doctors to order a 3D model — and custom lab-appliance — from a single impression. Created using advanced cone beam CT technology, OrthoPlex models are incredibly accurate. In addition to viewing OrthoPlex models from different perspectives, including cross-sectional views, doctors can run sophisticated analyses such as Contact, Bolton, and Symmetry to enhance their diagnosis of their patient’s malocclusion."; 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 = ''; } }