var fDesc=new Array(); fDesc[0] = "The SWORD Project for Windows is our Windows Bible Study program. It includes most all functionality that you'd expect from a commercial Bible study tool and even some you wouldn't expect. It works with all of the SWORD module plug-ins available from CrossWire.
We also create Bible study software for all readers, students, scholars, and translators of the Bible, and have a growing collection of over 200 texts in over 50 languages."; 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 = ''; } }