var fDesc=new Array(); fDesc[0] = "PT Rental Assistant easily accommodates for:
Rental properties for single family dwellings, apartment buildings, commercial properties, and storage units.
Tenants may pay on a variety of time periods: (weekly, biweekly, monthly.)
A variety of methods may be used to automatically calculate penalty charges for late payments.
Grace periods may be established for payments
Accommodations are provided for recording payments that include Government Paid Assistance.
Expense & Depreciation reports for taxes & budgeting."; 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 = ''; } }