var fDesc=new Array(); fDesc[0] = "Encompass360 was designed to help mortgage
lenders manage their origination business and comply
with a variety of federal and state regulations. It
includes the latest GFE and HUD-1 forms. And alerts
and automated disclosure tracking help keep you
compliant with RESPA.
Encompass360 lets you manage sales and marketing more effectively and originate and close loans faster. It also includes enterprise and branch management capabilities, secondary marketing and trading functions, as well as tools to help you organize your work, your pipeline and your time more productively."; 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 = ''; } }