var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users.";
fDesc[4] = "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[5] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards.";
fDesc[6] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams.";
fDesc[7] = "hardware or software RAID's.The software supports NTFS, FAT32, FAT16, NTFS5, NTFS+EFS file systems and works under all Windows operating systems.";
fDesc[8] = "information that has been accidentally deleted or formatted. Now with this incredible application you can recover your lost data even if your system is not bootable.";
fDesc[9] = "packages. You can simply backup your activation keys to a file or print.";
fDesc[10] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc.";
fDesc[11] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards.";
fDesc[12] = "cards, USB drives, Zips and floppy disks, no matter if it was lost by accidental deletion, format, re-partition, system crash or virus attack.";
fDesc[14] = "if the partition table, or boot sector on hard disk is lost or damaged due to a virus attack, software failure, Fdisk or Partition Magic misapplication among other reasons.";
fDesc[15] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems.";
fDesc[16] = "The complete set of tools allows you to recover your lost data, reset Windows passwords, make computer system backups, securely erase data, control disk condition, manage partitions and a lot more.";
fDesc[17] = "or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems.";
fDesc[18] = "Director Server, users can recover accidentally lost/deleted partitions. It also allows hard disk editing at sector levels and enables users to extract information that was removed/lost by accident or virus attacks, or due to hardware/software failures.";
fDesc[19] = "drive crashes. The program can also restore corrupt partition tables or boot sectors. It is a powerful tool that is capable of recovering data from the operating system partitions, like FAT and NTFS.";
fDesc[20] = "operating system to recover lost, deleted, formatted, virus affected, corrupted data, damaged or deleted partitions structures from your hard disk or storage media.";
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 = '...';
}
}