var fDesc=new Array(); fDesc[0] = "The Property Management Software that saves you time and effort controlling your rental property investments and preparing tax returns.
PC Property Manager was designed for property investors, so you do not need to be an accountant to use this program.
The software in PC Property Manager allows you to access information on all your properties, tenants, finances and contact details for anyone connected to your investment. Available for rental housing or apartment owner property investors in United States (USA), United Kingdom (UK), Canada, Australia, New Zealand (NZ) and South Africa (SA). See our product information for more details of how PC Property Manager can help you run your rental housing professionally and easily."; 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 = ''; } }