var fDesc=new Array(); fDesc[0] = "Moneylender Professional is an intuitive and straightforward money managing application. It improves access to information about your loans. Loan details are presented clearly along with all the options for servicing and modifying the loan.

Main features:

- Track discount earned and fractional loan ownership.
- Manage escrow fees.
- Print 1098 and 1099-MISC forms.
- Report to TransUnion, Experian and Equifax.
- Import payment history from Microsoft Excel.
- Access records concurrently from multiple computers."; 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 = ''; } }