var fDesc=new Array(); fDesc[0] = "Ministry Assistant is church management software package aimed especially at churches with a small group program.

Ministry Assistant offers many of the features you would expect from church management software, such as tracking membership, visitors, activities, equipping, pastoral care, meetings, library items, and contributions. In addition, the program also helps you keep track of all that is happening in your small group structure.

Ministry Assistant features flexible reporting with the option of saving to several popular file formats. It also features mail merge, built-in e-mail to both individuals and groups, and can easily be used in a multi-user environment. The powerful Meeting Manager allows you to keep track of attendance and visitors at your worship services and other church events."; 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 = ''; } }