var fDesc=new Array(); fDesc[0] = "Property Manager is designed to assist property agents, landlords and property managers in the day-to-day marketing and management of their property portfolio.
The software makes light work of managing your property accounts, maintaining key property details, tracking and recording property maintenance schedules (e.g. gas or electrical work), managing tenants, including their payment schedules and storing supplier details."; 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 = ''; } }