var fDesc=new Array(); fDesc[0] = "Easy Sermon Organizer was designed to maintain a pastor?s entire sermon collection. Add unlimited additional Bible references for each sermon. Include the series name, primary Book of the Bible, and translation. Enter and maintain illustrations, prayer list, and personal goals. Maintain your sermons, where they have been preached, classified by subject. We have also included a way to catalog illustrations too. And we have included a pray list."; 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 = ''; } }