var fDesc=new Array();
fDesc[1] = "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[2] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition.";
fDesc[3] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool.";
fDesc[4] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents.";
fDesc[5] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user.";
fDesc[6] = "partitions with File Recover. Adjust settings at your please or filter files so that you find them quickly. A powerful and easy-to-use tool to have on your pc.";
fDesc[7] = "comes to securing backups of hard drives. The program includes Mozy technology which allows the user to back up all important data offsite. This is very effective against theft and should something happen to any data and it is lost, then it will quickly and easily be restored.";
fDesc[8] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible.";
fDesc[9] = "retrieves files lost due to accidental removal or deletion from the Windows Recycle Bin. It enables you to either make a complete scan of the selected volume, perform a simple or advance search by selecting file masks, and also recover marked files.";
fDesc[10] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage.";
fDesc[11] = "storage media that was assumed to be lost forever. The Pen Drive Data Recovery software can recover data from media that was re-formatted, attacked by a virus, corrupted, on a damaged system or also files that were accidentally deleted.";
fDesc[12] = "and FAT file systems. When you run Find and Mount 2.3, it will show you the hard drives it detected on your system.";
fDesc[13] = "photos lost because of file system corruption of the storage media, unintentional or intentional formatting, turning the camera off unexpectedly. accidental deletion of files. corruption or damage to the media or other situations.";
fDesc[14] = "devices such as USB external drive, flash drive, memory cards, Iomage Zip disks, Mo, Jaz disks, among others. It supports both FAT and NTFS file systems.";
fDesc[15] = "recover many deleted files on your hard drive by following three easy steps. The demo version only allows you to scan and preview recoverable files. To save them in another location, you must purchase a license.";
fDesc[16] = "drives and devices, lost due to accidental deletion, system crashes, drive formatting and other reasons. The program features a very simple and intuitive wizard-like user interface, very suitable for beginners.";
fDesc[17] = "storage media. It comes in two different versions: Personal and Professional editions. The Personal edition is free, but only recovers certain type of files.";
fDesc[18] = "With this incredible program you will be able to recover music, video and photos from your iPod even if it displays \"Drive Not Formatted\" message or if it is not recognized by your computer.";
fDesc[19] = "devices such as Memory Sticks, SD, MMC, CF, Mobile Phones and USB Flash Drives. FlashMemoryMagic can recover files even on formatted media. It´s also able to build a byte to byte image of a flash drive, as a backup to recover its content, if something goes wrong.";
fDesc[20] = "Recall DRS is a great solution, which enables the user to recover all the lost data. Irrespective of the fact whether the data was lost by unintentional deletion, or corrupted due to hard drive problems.";
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 = '...';
}
}