var fDesc=new Array(); fDesc[0] = "The program installs a CHTML book with preachings of Rev. David Holwick. Most of the contents of the book were preached in sequence, which can be traced by following the year listed to the right of the sermon title. You need to install HTML help for Windows 7 and Windows 8 to access the book."; 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 = ''; } }