var fDesc=new Array();
fDesc[1] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc.";
fDesc[2] = "available to automatically fill your favorite web site forms. This tool does not only save time, but also avoids the need of trying to remember passwords and user names.";
fDesc[3] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more.";
fDesc[4] = "technical support aid. This is specially useful for technicians, to have a quick overview of the system that´s causing problems. The report can be zipped and send by email through a built-in utility.";
fDesc[5] = "Pro is designed to quickly and easily draw good-quality, straightforward designs.";
fDesc[6] = "tags from musical and pictures files. Rename files with regular expressions.";
fDesc[7] = "time management! Even share your contacts and data on a network without any extra or expensive server software. 21 day trial available.";
fDesc[8] = "not be boring so the user does not need to wait for the fax to arrive and manually take care of it, to either store it or print it. The application works with TAPI Fax modems for automatically printing and saving of incoming fax calls.";
fDesc[9] = "need of having Adobe Acrobat installed. The user interface is really simple and intuitive, and is available in a lot of languages.";
fDesc[10] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more.";
fDesc[11] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc.";
fDesc[12] = "you to count, quota, control and charge printing easily.";
fDesc[13] = "7200 SMS in 10 Hrs.)-Supported GSM Device connected with DKU-5 PC to Mobile data cable.";
fDesc[14] = ", when and what exactly they print on your printer.";
fDesc[15] = ", analyse and monitor all network printers from one centralized location. This software can be used by anyone at home, school and office .";
fDesc[17] = "content 3) Compare to beer styles 4) Print log + whole recipes 5) Extensive online help; brewing tips 250+ term glossary";
fDesc[19] = "sent the job,job title, printing parameters and the number of pages printed for each print job, and then assigns a charge.";
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 = '...';
}
}