var fDesc=new Array(); fDesc[0] = "With SureDocs, you’ll have electronic disclosure docs, delivered in a secure, GLB-compliant manner, and you can receive signatures in minutes. You’ll provide better service, speed closings, and get borrowers locked in faster — before they shop around. There are a few eSignature solutions available, but SureDocs is the clear choice for mortgage professionals. SureDocs knows your loan docs, and automatically tags them for signatures so the borrower knows exactly where to sign. No confusion, embarrassing omissions or wasted time going back and forth."; 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 = ''; } }