var fDesc=new Array(); fDesc[0] = "eSync facilitates the real-time transfer of information from your eService product to your Dentrix database to improve efficiency and automation in front office tasks.

Address Correction:
NCOA verification (a feature of QuickBill) checks a national database to identify postal customers that have relocated. By comparing mailing lists against the database, it ensures the accurate delivery of patient statements and reduces undeliverable mail."; 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 = ''; } }