var fDesc=new Array(); fDesc[0] = "BibleMax is free software for reading and searching the Holy Bible. The core program contains the King James Version of the Scriptures, but you can add many other files for enhancing the basic software, including commentaries by authoritative scholars, devotionals, notes by respected authors, and, above all, many different versions of the Bible in many languages. One of these add-ins is the Hebrew-Greek Bible version. This add-in is consistent with the historic fact according to which the Old Testament was written in Hebrew, while the first versions of the New Testament were written in Greek, so you can read each of both Testaments in the language in which it was written originally. This add-in leverages all the features included in BibleMax software, such as Search, Copy-Paste, cross-references, and so on.
This add-in is ideal for clerics, Bible scholars and laypersons interested in reading the Holy Bible in its original languages. The Hebrew-Greek Bible add-in only works with BibleMax software, so you must download and install this program first."; 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 = ''; } }