var fDesc=new Array(); fDesc[0] = "This Property Management Software is Great! CahabaProperty has streamlined developer's work load in ways he could have never imagined possible. Before they starting using CahabaProperty, they had one spreadsheet for lawns, one for cleaning, one for rehabs, and one for maintenance. Now they have everything at their fingertips in a single database. You can quickly access property history, photos, bid approvals, and route schedules in one place. What used to take hours now only takes a few minutes! You can't imagine not having this software now."; 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 = ''; } }