var fDesc=new Array();
fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy.";
fDesc[2] = "version. Featuring: 1- The program now offers protection against malware in real-time with its new feature Heuristic network check for suspicious files. 2- Detect fixes. 3-Improve use, function and detection of malware,";
fDesc[3] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[4] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[5] = "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[6] = "any program by right-clicking your mouse over it and holding down the CTRL key. You can evaluate WordWeb free of charges for 30 days. After that you may use it only if you flight less than three times a year. Otherwise, you must purchase WordWeb Pro to continue using it.";
fDesc[7] = "multimedia gives you full relevant information. There are a lot of videos, animations, maps, photos and scrolling multimedia presentations. Researcher tools will help you to combine notes and images so you can create reports and projects.";
fDesc[8] = "sources of information, on a given word or phrase in any application on your PC just by Alt-clicking on the word. In the first instance, an information bubble opens up to display the definition of the word using Answers' selected information source.";
fDesc[9] = "the Java Virtual Machine (version 1.5 or newer), so it works equally well on Windows, Linux and Mac OS X. With this program you can start a new database, open an already made one, import a database or import data from an external SQL source.";
fDesc[10] = "program you will be able to search in ISI Web of Science, PubMed and other Internet libraries worldwide. You will have the ability to export references directly from Highwire Press, Ovid, OCLC and more.";
fDesc[11] = "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[12] = "take quick snapshots of individual web pages and saves the content in the original file format, allowing you to open them with associated applications or online tools such as newsreaders, e-mail clients, etc.";
fDesc[13] = "allows you to convert values between a number of common (and not so common) Engineering-related units.";
fDesc[14] = "simple, engaging language which would be useful for every person interested in studying the Bible. Also, this module takes advantage of all BibleMax software features, like direct hyperlinks to the Bible verses mentioned in Fausset's work.";
fDesc[15] = "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.";
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 = '...';
}
}