var fDesc=new Array(); fDesc[0] = "The DataTrac Suite is a complete workflow and business intelligence solution. It is a mortgage lending workflow automation engine that drives an automated, highly efficient workflow throughout a lender’s backoffice. DataTrac gathers business performance intelligence at every step. Its rules-based triggers prevent the progress of loan files that don’t meet specific lender criteria.
The DataTrac Suite provides added control and cost-reductions through its paperless document management system, a RESPA-compliant POS plug-in, commissions tracking, and a dashboard along with real-time webbased access and capabilities. DMD also provides expert professional consulting for all phases of the lending process."; 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 = ''; } }