var fDesc=new Array(); fDesc[1] = "time you clic on the text. You can also modify several parameters, like the font, color, shadow and language of the Biblical quote. This version contains more than 500 Biblical verses for you to display."; fDesc[2] = "text and 3 different English translation of the recited verse. (Picktal, Yusuf Ali and Shakir). Here you will find Quran Translations available in 24 different languages."; fDesc[3] = "Bible study verses etc., with those books in user’s own library to compare them to references across the Internet enabling easier Bible study research assistance."; 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] = "for users to understand different aspects and language of great Bible. Bible Seeker will prove out to be boon for all such Bible-lovers as it comes with an extremely beneficial package of very efficient dictionary and concise commentaries."; fDesc[6] = "other language. The statistic window provides full information on how much we have used this software since installation, plus the number of read/unread verses."; fDesc[7] = "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[8] = "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[9] = "James Version. The screensaver is fully customizable and you can use it for reading and learning from the anicent Biblical wisdom while taking a break during your workday."; fDesc[10] = "verses you can buy like oriental, spring, summer, flowers, etc; or use the free artwork packs. You can create a project in the desired orientation, add images, add text, verses, and add effects like opacity, brightness, contrast, saturation, etc."; fDesc[11] = "Bible-reading program, allowing you to read and study the Bible. On the other hand, you can learn different languages through the comparison of Bible texts in up to 64 different languages."; fDesc[12] = "useful tools: the Birthday Editor, that serves as a programmable birthday reminder, and the Verse File Editor, allowing you to create your own verse lists."; fDesc[13] = "satisfy your Bible study needs. The package comes with the complete NIV Bible text and the most comprehensive cross-reference text for NIV for researching the verses to understand their in-depth meaning. It comes with around one hundred thousand cross reference texts."; fDesc[14] = "cross-references and book introductions plus NIV Study Bible Notes. The add-on has various explanations of important words and concepts. It also gives interpretation of difficult verses."; fDesc[15] = "file. Optionally display as shaped notes, tablature, chord names with fret diagrams. Re-arrange/delete verses."; 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 = '...'; } }