var fDesc=new Array(); fDesc[0] = "Read the HOLY BIBLE as your computer reads the Holy Scriptures aloud. The complete text of the King James Version is embedded within a single executable file. Select Book, Chapter, and Verse, at the touch of the mouse. The Bible text scrolls on the screen backdropped with a beautiful image. Select your favorite reading voice and adjust the scroll speed. BibleReader is free to use. Freely distributable, please copy and Spread the Holy Word."; 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 = ''; } }