var fDesc=new Array(); fDesc[0] = "LoanAce® is the best loan origination software available. It's fully functional, and it's free. This free mortgage software is easy to use and can automate your loan origination process to encompass all your LOS needs in one mortgage origination software program. This loan processing software can merge credit reports, access Fannie Mae files, and can import other mortgage broker software files."; 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 = ''; } }