var fDesc=new Array(); fDesc[0] = "Use full text proximity searches with boolean, wildcard, and phrase support to find passages in nearly 400 books messages, and texts from the Báb, Bahá'u'lláh.Browse and read each text using a table of contents outline. Hypertext links to: footnotes, jumps to original sources for quotes, and references in other texts to the passage your currently reading."; 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 = ''; } }