var fDesc=new Array(); fDesc[0] = "SRM Church Database© allows you to also easily record church library information, prayer requests, visitor information and contacts with regular members as well as visitors. While this program includes some simple reports and the report wizard used in earlier programs, it adds a visual report builder to allow you to create your own reports, either list style of form style views."; 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 = ''; } }