var fDesc=new Array(); fDesc[0] = "Property Sidekick software was designed specifically for the management of Commercial and Retail Properties.The program's feature list has been divided into several categories, including the Most Valuable Features, which are listed below. If you're a commercial property manager searching for a specific function, or to see all of the tools that Property Sidekick has to offer, click on a heading below to see what each section of the program can do for you!"; 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 = ''; } }