var fDesc=new Array(); fDesc[0] = "Bible Student was our first really useful software. It is a text-based DOS program that includes the entire text of the Authorized Version of the Bible. It can be run directly from a floppy disk and was designed to accomodate PC users that don't have a hard disk.

It's provided here in the hope that someone may still find it useful (and also to give some idea of how long we've been in this business!)"; 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 = ''; } }