var fDesc=new Array(); fDesc[0] = "BibleMax is free software for reading and studying the Scriptures fron the convenience of your computer desktop. It has many interesting features, like its powerful Search capabilities, the possibility of printing and/or exporting any part of the Bible to a text processor, and to add your own bookmarks and comentaries. Also, it is possible to enrich the core program by downloading a wide variety of modules containing commentaries by reputable scholars, reference books, maps, and many different versions of the Holy Bible. One of such versions is the English Majority Text, which is an English translation of the New Testament based on the statistical comparison of all the existing versions of the Bible, deriving the texts, words and concepts that appear more frequently on the original Bible Versions. Thus, it is not based on one particular source, but in many of them. As with other BibleMax add-ins, the English Majority Text allows you to use all the features of the core program, such as its graphic index, the Search and Advanced Search capabilities, as well as all the commentaries and reference books installed.
This module only works with BibleMax software, so you must download and install the core program before running this version of the Bible."; 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 = ''; } }