var fDesc=new Array(); fDesc[0] = "Bible Desktop is a free Bible Study tool that allows you to dig deeply into God's Word.

BibleDesktop will run on almost all computers. BibleDesktop is available for Windows (98SE to Vista), Apple Mac OSX, Linux, BSD, Unix, ....

Bible Desktop uses the JSword project to read modules in Sword format so there is a huge range of Bibles, Commentaries, Dictionaries, Daily Devotionals and some General Books - one of the largest collections available.

Bible Desktop is open source software so it is freely available to anyone. It is licensed under the GPL."; 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 = ''; } }