var fDesc=new Array();
fDesc[1] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[2] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc.";
fDesc[3] = "remove all internet activity evidence from your pc and clean up files in a non recoverable way.";
fDesc[4] = "erase and destroy sensitive data from your computer. This application deletes all evidence of your internet activity, removes useless files and encrypts sensitive information to prevent unauthorized access.";
fDesc[5] = "songs, movies, TV shows, podcasts, audiobooks and dead links for missing tracks. Clean up your music library quickly and easily. Provides a rich set of selection criteria for identifying duplicates and originals in your iTunes Music Library.";
fDesc[6] = "moves (or doesn't move for that matter), pick up in-game powerups and unlock stronger ships.";
fDesc[7] = "workbook and sheets of Microsoft Excel documents starting from version 5.0 and up to version 2003. The program has 5 interface languages and keeps history for last opened files.";
fDesc[8] = "and cookies in an easy way. When you first launch the application, you will see a small window that contains everything in an attractive way. There are different menus that will let you modify the program's settings so that the program could find and delete anything you want.";
fDesc[9] = "from the user hard drive. This application features a variety of shredding algorithms, which protects the user's privacy by completely removing the selected files so that no file recovery software available in the market can recover them.";
fDesc[10] = "and stability. It fixes PC problems that cause errors, crashing, slowness, instability and prevents them from happening again.";
fDesc[11] = "activity on your computer. It will clean your history logs, cache, cookies and recent document list. It also allows you to shredd files and folders.";
fDesc[12] = "as Internet Explorer Supervisor Password.";
fDesc[14] = "Eliminator .XLS is a program to unprotect Workbooks and Sheets of Microsoft Excel 5.0/7.0/97/2000/2002-X P/2003. protected with password. You only have to add the file *.xls to the program, and to pulse on the icon \"Unprotect File\". that simple. In synthesis, a tool that can take us out of a difficulty in more than an occasion. The current version of Password Eliminator .XLS will run on Windows 95, 98, Me, 2000, NT, XP. Trial period is endless. You will view a warranty message of Workbook and Sheets Unprotection while program in trial period. Password will be fully removed after purchasing the program.";
fDesc[15] = "intelligent plug-in: it gives you the greatest and safest anti-spam protection with the combination of filtering and fast content analysis.";
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 = '...';
}
}