var fDesc=new Array();
fDesc[1] = "search words and references in many bibles, references and dictionaries. When you install the program, it will ask you some questions to customize itself to your tast (background and text color, font size, preferred bible, etc.)";
fDesc[2] = "includes full version of Theophilos, complete King James Version of the English Bible, Matthew Henrys Commentary, Eastons Bible Dictionary, preview of multimedia Bible narration with pictures and sound and intro music by Kerry Livgren. Multimedia features let you record and play your own audio notes. You may never need anything more for your study needs. But ifthat shouldnt be enough, choose from a collection of add-on modules including Bible versions, dictionaries, commentaries, early Christian writings and other study resources. Multilingual support for English, German, Italian, Slovak, Czech and Romanian languages.";
fDesc[3] = "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[4] = "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[5] = "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[6] = "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[7] = "expect in a Bible application – Bible, Commentary, and Dictionary support, Bible Search, Scripture tool tips, etc. It uses a proximity based search, rather than just a verse-based search.";
fDesc[8] = "complementary materials for enhancing your Bible readings. As with other BibleMax modules, this one interacts fully with all the Bible modules installed in your core program.";
fDesc[9] = "topics which help the study of the Bible. This dictionary software can be easily navigated using the hyperlink connecting the references to the Bible and the other articles within the dictionary.";
fDesc[10] = "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[11] = "engine that allows users and easier method of Bible Study. The electronic library in WORDsearch Thompson Chain-Reference Bible Library 7 includes the Thompson Chain-Reference Bible originally published in print in 1908.";
fDesc[12] = "excellent linguistic skills. The Power Bible CD Demo 3.9 gives you a taste of what can be achieved with technology. It is a simple windows application designed to simplify the Bible for the understanding of the common man.";
fDesc[13] = "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[14] = "including the Zondervan NIV Study Bible which includes a search engine for easier Bible study assistance for users. The Pradis:NIV Study Bible Fully Revised 5.1 features over 20,000 revised and updated study notes and also provides students";
fDesc[15] = "library program designed and developed to make Bible study easier and to provide those readers with a library platform where they could create their own unique collection of Bibles, Books and references.";
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 = '...';
}
}