var fDesc=new Array(); fDesc[0] = "This amazing little utility allows you to turn any BibleDatabase Module into multiple, linked HTML files in seconds. You can use these files on your PC or you can upload them to your Website and offer Online Bibles for others to read. The most useful Application is to make customized Bibles for your Website."; 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 = ''; } }