var fDesc=new Array(); fDesc[0] = "Increase the efficiency of your dental office with CEREC Connect.

You can use the CEREC Connect software in combination with the CEREC Connect Internet Portal and CEREC Connectto create digital impressions and to send them to your partner laboratory via the portal. Any type of restoration can be manufactured from your impressions there. Your laboratory can then decide whether to produce the restorations directly from our digital impression or, if necessary, whether to order a physical model from infiniDent to perform the work. Models are always required when you order a veneer crown or a veneer bridge from your laboratory (e.g. made of zirconia or VMK etc.)."; 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 = ''; } }