var fDesc=new Array(); fDesc[0] = "PDS Ledger simplifies the administrative tasks of financial management by providing a full accounting solution for your parish. This program helps your office comply with IRS and FASB requirements. From organizing a unique chart of accounts to running annual reports, PDS Ledger removes the worry and hassle from bookkeeping, allowing you to do your job quickly and efficiently."; 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 = ''; } }