var fDesc=new Array(); fDesc[0] = "Bible Study Pro is the culmination of a huge effort by volunteers all over the world to create a powerful tool that's free to copy and give away.
Bible Study Pro is a must have tool for Bible study, which includes hundreds of Bibles, Commentaries, References, Dictionaries, Lexicons, Maps, Guides and Books to make your Bible study effect, fast and accurate. There is no small print. It's free. Copy it, give it away, anything you wish."; 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 = ''; } }