var fDesc=new Array(); fDesc[0] = "An electronic bible. A simple, free and powerful bible study software for windows with hundreds of bibles, commentaries, daily devotions and dictionaries. It can be downloaded and used forever for free. It is based on the sword engine by Crosswire Bible Society.The SWORD Project is the CrossWire Bible Society’s free Bible software project. Its purpose is to create cross-platform open-source tools– covered by the GNU General Public License– that allow programmers and Bible societies to write new Bible software more quickly and easily. Its secondary purpose is to amass a library of Bibles and other Scripture related texts that can be used by all SWORD Project-based software."; 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 = ''; } }