var fDesc=new Array(); fDesc[0] = "DoubleTime is a complete, comprehensive, and flexible closing software package that was designed by experienced closing agents.

The DoubleTime latest release includes features you need to complete the Closing Disclosure and to stay compliant with all of the latest changes and regulations.

It is compliant with the clarifications and changes issued by the CFPB regarding the TILA-RESPA Rule for 2017"; 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 = ''; } }