var fDesc=new Array(); fDesc[0] = "Church Windows software provides an easy way to track the church congregation, its happenings and its giving. Available in its classic form or under one of nine denominational versions, Church Windows efficiently handles the church receipts and disbursements, its budget and its employee payroll.

Available as individual modules or as an integrated program, the modules include: Membership , Scheduler , Contribution , Accounting , Accounts Receivable and Payroll."; 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 = ''; } }