var fDesc=new Array(); fDesc[0] = "Rev. Andrew Robert Fausset (1821-1910) was a prominent Irish Christian Minister and writer. He is co-author, with Jamieson and Brown, of a famous Commentary of the Bible. Among his many other important writings, we have his Bible Dictionary, which is a comprehensive collection of definitions of many of the words used in the Bible. Fausset avoids using complicated, highbrow language; instead, he offers clear, simple-worded definitions of each word, along with Bible quotes showing the corresponding word in context.
The BibleMax module containing this seminal work takes advantage of all the features of this software. For example, all the Bible quotes featured inn Fausset's work are presented as hyperlinks; by placing the cursor over any of them, you will see the complete verse mentioned in the text, and by clicking on it, the complete Bible text would appear in the Bible panel, highlighting the corresponding verse, and thus showing it in context. Since this is a BibleMax additional module, you should download and install the core program before running this add-in."; 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 = ''; } }