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] = "Bin, etc. from every drive in the system. The user interface is nice and the program has several (10) languages to choose at the begining of the operation.";
fDesc[3] = "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[4] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files.";
fDesc[5] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data.";
fDesc[6] = "partitions. Moreover, you can recover lost mails from Outlook or from Windows Mail. Select the kind of scanning you prefer, Quick, Guided, Full or Advanced.";
fDesc[7] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open.";
fDesc[8] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications.";
fDesc[9] = "memory card(s). Its intuitive interface allows you to follow through the process easily. The trial version is limited to recover up to 4 folders on each run.";
fDesc[10] = "incredible program can also be used to recover information from Microsoft Exchange ost files and/or convert them into Microsoft Outlook pst files.";
fDesc[11] = ", cookies and other records. The program Erases Files securely ensuring that they cannot be recovered. It also features a File Shredder and Plug-Ins Builder Support. It is possible to set up an option of automatic operation while booting up or shutting down the system.";
fDesc[12] = "possible for people who want to use that information to recover it with the help of certain tools. Zilla Data Nuker helps you destroy and make it impossible to recover that information.";
fDesc[13] = ", PDAs) and will attempt to recover media files found in a folder you specify. The Lite version will only allow you to know which files can be recovered, you will need the full version to recover anything.";
fDesc[14] = "in a snap. The program enables you to either select a file to recover manually or scan your entire computer in search of all Microsoft Word documents.";
fDesc[15] = "site manager, (sites.dat) file. The program can show both the encrypted and decrypted passwords. The retrieved data can be saved to an external plain text file.";
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 = '...';
}
}