var fDesc=new Array();
fDesc[1] = "the prayers, in other words is an accountant assistance, a timer and agenda in order to keep a schedule for the prays. It has multiple functions and audio guides to not loose the track of the prayers.";
fDesc[2] = "field to Windows Explorer that allows the user to visualize in real time what the size of his folders is. Similar to the File Size field, this new field makes working with files and folders a whole lot easier.";
fDesc[3] = "etc.). And get a report with their main characteristics. Shows details of the hardware. Makes a rigorous comparison between PCs and other computers configured by default. It is also noteworthy that the program detects the latest technologies.";
fDesc[4] = "through readings and graphs that plot the input data in a clear way. The program features a beautiful, well-organized and very customizable user interface that will please anyone. Users can change the way readings are classified and the way they should be entered, and many more.";
fDesc[6] = "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[7] = "library program designed to make bible study easier. This ebook is a transcript from the Preacher, Charles E Spurgeon’s publication, Morning and Evening, and it provides it provides readers with two daily devotional readings, one for morning and one for the evening.";
fDesc[8] = "from the English Standard Version Bible. Daily Light allows scripture to speak for itself and this e-text presents readers with a brief group of scripture passages that speak to prominent biblical themes.";
fDesc[10] = "3700 profiles and more!";
fDesc[11] = "readings and elapsed time. The results can be saved to a log file. It also calculates the amount of CO2 generated.";
fDesc[12] = "people with asthma, or carer's of one or more children who suffer from asthma. Can be used on a daily or monthly basis.";
fDesc[13] = "concerning wedding such as gift list, guest list, invitations, vendors, wedding budget, reception menu, wedding day schedule, seating arrangement, etc.";
fDesc[15] = "the other 56 Minor Arcana cards are only available in the registered version).Change7 Tarot includes different card layouts.";
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 = '...';
}
}