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] = "complete list of books, or only the Old or the New Testament, or several other categories like the Books of Moses, Prophets, and so on. Also, you can download many versions and translations of the Scriptures, as well as dictionaries and other texts."; fDesc[3] = "notes. The software has a mouse over magic feature. Whenever the user moves the cursor over the scripture reference, the entire verse or passage will pop up for the user to see. The windows can be combined into tabbed groups on the fly to better managing the desktop."; fDesc[4] = "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[5] = "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[6] = "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[7] = "one of the most respected among Christians. The program's interface is very user-friendly. You can customize many features, such as the pictures and the Bible Stories list."; fDesc[8] = "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[9] = "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[10] = "the type of English most people are used to, thus making the Word of God more accessible to common persons. You can have this module, along with many other texts, by ordering the free CD."; fDesc[11] = "designed around a single main form. The search option is simple and can be used for advanced searching. This obtains a large quantity of references."; fDesc[12] = "The module fully interacts with other Commentaries and References modules pre-installed in your BibleMax core program."; fDesc[13] = "easily add Bible verses, and even entire chapters and books, to your blog entries. You can even add a link to the Internet site where the readers can read and even listen to the quote you posted. A must-have to bloggers who want to add Biblical content to their blogs."; fDesc[14] = "Currently the verse selection is random but I plan on adding many different options."; fDesc[15] = "version of Bible. User selects a book name, chapter number and verse number. That verse is displayed on screen. It is a very easy to use software."; 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 = '...'; } }