var fDesc=new Array(); fDesc[0] = "Contract Collector can manage Installment Loans, Real Estate Mortgages, Deeds of Trust, Adjustable Rate Mortgages, Land Contracts, Bank Loans, Finance Agreements, Personal Loans, Notes, Commercial Loans, Construction Loans, Auto Loans, Student Loans, Legal Judgments and Billings, Insurance Collections, Equipment Leasing, Retail Purchase Financing, and other types of loans in one comprehensive system.

Features:

-Menus, toolbars, shortcut menus, drill-down and other navigation features.
-Invoices, Payment coupons, receipt and other billing options.
-Complete collection of statements, letters & reports.
-Check printing capabilities.
-Amortization Schedules.
-1098 & 1099 IRS Reporting.
-General Ledger."; 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 = ''; } }