var fDesc=new Array(); fDesc[1] = "at startup and main pages, a powerful Search feature, and various reference books and commentaries by reputable scholars. A very comprehensive and easy-to-use version of the Scriptures."; fDesc[2] = ", Exodus, Leviticus, Numbers and so on. Each of them are ordered as they are in the real Bible. The program is free, so it's always good to have it installed just in case you want to read the Holy Bible."; fDesc[3] = "a context sensitive library that displays a tree-like directory for the Holy Bible (King James version), a morning and evening devotional book, a Bible dictionary, parallel gospels, reference books, RSS feeds, Web pages, PDF books, and so on."; fDesc[4] = "Tamilnadu. The Tamil-English Bible has both Tamil Bible and the English Bible both King James version. You can even compare them."; fDesc[5] = "phrase in the Bible. Its interface is very intuitive and easy-to-use. Also, the program has many customizable features, making your Bible-reading experience a more personal one."; fDesc[6] = "akint to those of the most popular Web browsers. You can perform searches on the current view or in the entire Bible, and choose the size of the font for a more comfortable reading."; fDesc[7] = "boasts a very intuitive and concise graphical interface that will let you read the whole bible or find any phrase or sentence in it. This application also provides you with some interesting bible games."; fDesc[8] = "languages: Hebrew, Greek and Aramaic. Here is where Davar can help you a lot. This application is a free Hebrew dictionary that will help you understand the Holy Bible language and will allow you to discover the exact meaning of the words."; fDesc[9] = "every page of the Bible. The program will let you read chapter after chapter, or look for a specific phrase. This program preserves the division into chapters, including Genesis, Exodus, Leviticus, Numbers, Deuteronomy, Joshua, Judges and so on."; fDesc[10] = "characteristics, such as commentaries and additional texts in separate windows. Also, you can jump easily to any chapter only by clicking on its number. Bible Max is expandable, letting you to download many Bilbe versions and extra files."; fDesc[11] = "easy-to-use and has some advanced characteristics like its Search feature that allows you to find any word or phrase in the Bible, as well as the possibility of displaying two different versions of the Bible for comparison purposes."; fDesc[12] = "from Greek and Hebrew texts, so it is one of the most authoritative versions of the Scriptures. This software will be very useful for scolars, clerics or laypersons interested in the study of the Holy Bible."; fDesc[13] = "Testament and Greek for the New one. It leverages all the features included in BibleMax, such as Search, Copy-Paste, and so on. This software is ideal for scholars, clerics and laypersons interested in reading the Bible in its original languages."; fDesc[14] = "interpretative and/or ideological biases. As most of the BibleMax modules, this one interacts fully with the commentaries and references installed in your core program."; fDesc[15] = "placing amplification in parenthesis and brackets after key words, and phrases. Readers gain a better understanding of what the original Greek and Hebrew listeners understood."; 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 = '...'; } }