var fDesc=new Array(); fDesc[0] = "SermonBase is a powerful tool that allows users to track, manage, and create sermons & sermon series by planning out your messages and coordinating your sermons with your worship services. This exciting product catalogs, references, searches, categorizes, and shares your messages, sermons and series. A downloadable demo for both Mac & Windows is available right now for you to try out."; 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 = ''; } }