var fDesc=new Array(); fDesc[0] = "Dr. James Strong (1822–1894) was an important American theologist, writer and scholar. His best-known work is undoubtedly the Exhaustive Concordance of the Bible, also known by its short name: Strong's Concordance, based on the King James' Version of the Bible. This book allows readers to find words appearing in the Scriptures for study and comparison purposes. For example, you can search the word "shepherd" and learn how it was ised in the Old and New Testament contexts. Also, the author explains the words' meanings and origins, discussing their different uses.

This BibleMax module features the King James' Version of the Scriptures, fully indexed with all Strong's references. This way, you can simply click on any hyperlinked word in any Bible verse, and the relevant reference would appear at the References window. For this module to function fully, you need to install the Strong's References module. You can get both modules, along with many Bible versions, commentaries, devotionals and other texts by ordering the free CD and paying only the duplication, printing, postage and handling costs."; 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 = ''; } }