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] = ", which allows you to search any theme you are interested in, and the Verse Guide feature, whith a graphic interface which lets you find any verse quickly and easily."; fDesc[4] = "series. As well as the TV show, the game is set in an Asian-like world in which the main protagonist has his adventures"; fDesc[5] = "Tamilnadu. The Tamil-English Bible has both Tamil Bible and the English Bible both King James version. You can even compare them."; fDesc[6] = "and versions. You can download the Bible in the most popular languages and in many less-known dialects too. The aim is to give the Word of God to every person in the world, mainly those in poor, illiterate parts of the world."; fDesc[7] = "is shown against a beautiful background scene. Relax and enjoy these images while pondering the word of God. This Screen Saver displays each captivating scene, several appropriate Bible passages are displayed, telling the story that corresponds with the image."; fDesc[8] = "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[9] = "Christian authors and preachers, developed this devotional which contains a Bible quote and a meditation for each day of the year. Very useful for reflecting daily on the Word of God."; fDesc[10] = "this Bible. Thus it becomes a Bible to read rather than study. Even though no verse numbers interrupt you from the joy of reading The Message, it can be turned on."; fDesc[11] = "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[12] = "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[13] = "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."; fDesc[14] = "purposes, and even as an aid for learning the Arabic language. You can get it by ordering the free CD, paying only a modest fee covering the duplication, printing, postage and handling costs."; 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 = '...'; } }