var fDesc=new Array(); fDesc[0] = "With all of the changes that are taking place today, churches and ministries face challenges like never before. Ministry is no longer simple. Why struggle when all the necessary tools you need are available to help your church or ministry comply with all the laws of the land? This program is here to help you meet that challenge. We have invested hundreds of hours of research to create this essential tool for your church or ministry."; 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 = ''; } }