var fDesc=new Array(); fDesc[0] = "The Landlord Report provides a full range of property management functionality. The Landlord Report will get rental properties organized! This is a great Real Estate Software solution for a Property Owner, Apartment Manager or Residential Manager. It can handle an unlimited number of properties & units, including single family homes to large multiple unit dwellings. Tenant statements (rent roll), lease agreements, late notices and eviction notices for investment properties are all available. It's the easiest Rental Property Software available. Our Landlord Software is great for Landlords & Property Managers. Landlord Report is quickly becoming the standard for Rental Property Software for those who want flexibility without sacrificing convenience and ease-of-use."; 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 = ''; } }