var fDesc=new Array(); fDesc[0] = "Helps Individual Landlord to Achieve Cash Flow Goals.
Record keeping of property information, tenant information with lease information, and security deposit records.
Unlimited number of properties, tenants, and data.
Book keeping of income and expenses, by their tax categories according to form 1040 schedule E.
Cash flow analysis: by date range, by property, and/or by tax category.
Rent calculator for achieving cash flow goals. Profit/loss estimator for selling the property at an estimated price."; 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 = ''; } }