var fDesc=new Array(); fDesc[1] = "BibleMax program, and lets you read and study the commetaries this author made to the four Canonical Gospels. Also, you can search any term in the commentaries and link the results to the original Bible text. A very useful add-in to BibleMax software."; fDesc[2] = "the New Testament, as well as the Greek words used exclusively by each author. You can use this commentary and all its features with any version of the Bible installed in your BibleMax software."; fDesc[3] = "with cross-references to the Bible itself and to other commentaries and books. These cross-references are presented as hyperlinks, so you can click on them for reading the full text."; fDesc[4] = "use this text for complementing your Bible readings or, if you are a cleric, for enhancing your Sunday sermons. A good addition to BibleMax basic software."; fDesc[5] = "with simplicity, clarity, and devotion, and this enormous six volume original work has inspired preachers and scholars for over three hundred years."; fDesc[6] = "important and knowledgeable exegetical works of all time, and now you can download and install it as an add-in for BibleMax software. If you are a scholar, cleric or layperson interested in deepen your Biblical knowledge, don't miss this module."; fDesc[7] = "BibleMax's characteristics, like its Search feature and the hyperlinked Bible verses, which allows you to read every verse quoted just by placing the cursor on it."; fDesc[8] = "all the features of BibleMax, like its Search capabilities and Bible quotes marked as hyperlinks which makes it easier to display the corresponding Bible text."; fDesc[9] = "interacts fully with other pre-installed modules like Bibles, commentaries and references, through a neat, easy-to-use interface. You can order the free CD containing this and many other modules."; fDesc[10] = "This is a seminal work in the Baptist theology, since it comments, verse by verse, all the words and phrases of the Scriptures in their linguistic context."; fDesc[11] = "on the New Testament. The aim of this work is to explain the Word of God to common people and not to the learned, academic readers. Thus, it can be very useful for preachers and clerics to prepare their sermons, as well as for people wanting to better understand the Scriptures."; fDesc[12] = "boks of the Bible and offers deep thoughts and reflections about the Word of God from one of the most outstanding Methodist theologists in history."; fDesc[13] = "ever writen. Originally, it was published in six volumes of 1.000 pages each, and took the author 40 years to complete. You can own it by ordering the free CD, paying only a symbolic sum."; fDesc[14] = "many Bible versions, commentaries, devotionals and other texts by ordering the free CD and paying only the duplication, printing, postage and handling costs."; fDesc[15] = "background information you need to understand the New Testament. Thus it will help you to find how it applies to you in your real life. You can open the Life Application comments along with any Bible in Pocket Bible to get insight for a specific verse and is easy to get that also."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }