var fDesc=new Array(); fDesc[0] = "Smith's Bible Dictionary contains over 4500 entries from A to Zuzim. This electronic version does not contain the 4000 questions and answers, illustrations or the appendix charts. William Smith completed this original three-volume dictionary in 1863. In 1884, F.N. and Mary Abby Peloubet revised the original work into one compact volume adding information gleaned from archaeological discoveries and geographical advances unavailable for the original edition."; 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 = ''; } }