var fDesc=new Array(); fDesc[1] = ", 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[2] = "This new version is faster than the previous ones, and there are many more Bible modules in different languages for downloading. If you are a Bible scholar, cleric or layperson seriously interested in studying the Scriptures, then you may like to try this program."; fDesc[3] = "attractive and functional interface that lets you read any Bible book or chapter, consult one of the included dictionaries and commentaries, and write your own notes, all in the same, four-panelled window."; fDesc[4] = "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[5] = "stories. It has a very useful index that allows you to find any story quickly and easily. Also, you can use the Search Forward feature to find a particular story by using a keyword. This add-in only works with BibleMax software."; fDesc[6] = "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[7] = "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[8] = "with cross-references to the Bible itself and to other commentaries and books. These cross-references are presented as hyperlinks, so you can click on them for reading the full text."; fDesc[10] = "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[11] = "use this text for complementing your Bible readings or, if you are a cleric, for enhancing your Sunday sermons. A good addition to BibleMax basic software."; 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] = "This is a seminal work in the Baptist theology, since it comments, verse by verse, all the words and phrases of the Scriptures in their linguistic context."; fDesc[14] = "many Bible versions, commentaries, devotionals and other texts by ordering the free CD and paying only the duplication, printing, postage and handling costs."; fDesc[15] = "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."; 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 = '...'; } }