var fDesc=new Array(); fDesc[0] = "Share-A-Bible offers quality Bible Study software available it is also easy to use. This software allows you to: Select and read any verse in the Bible; Search any word or phrase in the entire Bible or commentary; Store personal bookmarks; Create your personal notes and commentary using a rich text editor; Hide or display footnotes, cross-references, red letter words, lemma and morphological tags; etc."; 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 = ''; } }