var fDesc=new Array();
fDesc[1] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use.";
fDesc[2] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence.";
fDesc[3] = "complete tool that will serve you as a reference library and a book collection, wherewith you will be able to read, search, investigate and learn more about the Holy Word of God.";
fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = "equipment. It has all the advantages of a real lab and none of its drawbacks. The program can help them to test different reactions and solve different problems. It can be used both at school and at home.";
fDesc[9] = ", study and track your progress with this leading-edge learning tool! Powerful multimedia capabilities. Easy to learn and use.";
fDesc[10] = "your progress with this leading-edge learning tool! Powerful multimedia capabilities. Easy to learn and use.";
fDesc[11] = "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[12] = "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[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] = ", definitions, etc. It helps to set up the Study, forming the basis of the learning process. Then, it can be adjusted to provide time outs, shuffle questions and manage continuous sessions to apply additional variations to the studying process.";
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 = '...';
}
}