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] = "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] = "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[5] = "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[6] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[7] = "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[8] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[9] = "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[10] = "packages. You can simply backup your activation keys to a file or print."; fDesc[11] = "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[12] = "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[13] = "hardware or software RAID's.The software supports NTFS, FAT32, FAT16, NTFS5, NTFS+EFS file systems and works under all Windows operating systems."; fDesc[14] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[15] = "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[16] = "quickly, easily and securely. This incredible program applies a new encryption algorithm assuring intruders cannot access your encrypted data by any way as long as the password is kept safely."; fDesc[17] = "of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any lost file under any circumstance, such as deletion, system crash, missing drive letters, hidden/lost partitions, virus attack, etc."; fDesc[18] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss."; fDesc[19] = "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[20] = "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."; 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 = '...'; } }