var fDesc=new Array(); fDesc[0] = "ClinCheck is a program developed specially for doctors registered to Invisalign.com website and using an Invisalign treatment. Invisalign treatment consists of a series of aligners that you switch out about every two weeks. Each aligner is individually manufactured with exact calculations to gradually shift your teeth into place. And since your Invisalign system is custom-made for your teeth and your teeth only, with a plan devised by you and your dentist or orthodontist, you know you'll end up with a smile that truly fits.
ClinCheck provides a 3-D virtual representation of a ClinCheck treatment plan that is developed from a doctor’s orthodontic prescription.
The application can also be used to exchange information with Align about any changes the doctor would like to make to the treatment plan. When the doctor approves a treatment plan, aligners are manufactured and sent to the doctor to use in an Invisalign 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 = ''; } }