var fDesc=new Array(); fDesc[0] = "With PDS Church Office™, parishes across the United States can easily manage and review a variety of parish information from sacraments and outreach to member details and mailings to individual contributions and large fund drives. Quickly view vital information about any or all of your members at a single glance."; 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 = ''; } }