var fDesc=new Array(); fDesc[1] = ", 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[2] = "option for finding words or phrases in the different versions of the Bible you are comparing. Also, you can complement the basic software with many add-ins, such as dictionaries, commentaries, and so on, and add your own commentaries."; fDesc[3] = "you by giving you the tools to search, study, and read the Bible quickly. It includes several commentaries, dictionaries, topical guides, maps, charts, and illustrations; it is far more than just a computer Bible concordance. It offers unique and powerful study features that are easily accessed and used with an intuitive interface, ideal for both devotional and in-depth study."; 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] = "word or phrase in the Scriptures. The results of that search would appear in the form of a report which you can print, edit or export."; fDesc[6] = "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[7] = "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[8] = "centuries. Bible-Discovery 2.2 is the software designed to help you to get a little closer to the truth. To understand the complex meaning for the words in the Bible it was necessary that you have a good knowledge of the languages."; fDesc[9] = "way. It includes many useful tools and complements that would make your reading more spiritually productive. Very useful for clerics and laypersons interested in studying the Holly Scriptures."; fDesc[10] = ", Islam, Hinduism and Zoroastrism. It includes books such as the Bhagavad Gita, The Eightfold Path and the Q'uran, as well as a powerful Search feature and printing options."; fDesc[11] = "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[12] = "of the most famous and skilled illustrators of the 19th. century, made for illustrating . Also, you can print all these woodcuts, along with the Bible verses that inspired them."; fDesc[13] = "the font used and the background image by adding an image of your own. Also, the program can be integrated to Microsoft Outlook, Outlook Express and other e-mail clients for adding the Biblical quote of the day to your e-mails."; fDesc[14] = "quickly find any verse of the Bible, and to search up to three different words in the same phrase. Also, it has copy and increase/decrease font size capabilities."; fDesc[15] = "the Latin Vulgate, a version developed by St. Jerome from Greek and Hebrew texts and considered by Catholics as the only authorized version. It contains the seven Deutero-Cannonical books excluded from other Bible versions."; 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 = '...'; } }