var fDesc=new Array(); fDesc[0] = "ChurchPro has been proven in the workplace for over 17 years. CP is a complete church management and accounting software system that is ideal for churches. ChurchPro has over 300 forms and over 800 ready made professionally designed reports to help you administer every part of your ministry. Our accounting modules integrated with our membership management modules will be the hub of your ministry wheel, taking the tedium out of ministry and giving you more time for your people. ChurchPro offers you peace of mind, ease of use and great value for the price."; 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 = ''; } }