var fDesc=new Array(); fDesc[1] = "data contained in it, but also active applications (yes, including applications that you are using at that precise moment without making any kind delay or lower the performance neither of the copying process nor of the application process itself), thanks to Hot Copy technology."; fDesc[2] = ", CD-ROM/CD-R/CD-RW and any other local disks."; fDesc[3] = "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[4] = ", memory cards, etc."; fDesc[5] = "addition to encryption, Data Security Wizard still is a shredders that will help you securely wipe data."; fDesc[6] = "them. Provides 100% protection of your private information across all Windows versions, including 64-bit releases."; fDesc[7] = ", damaged 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[8] = "understandable wizards, while the smart Paragon Engine, qualified with more than 10 years' experience, does the job"; fDesc[9] = "that are lost by deleting or formatting or repartition or Ghost. Its recovering speed is very fast."; fDesc[10] = "A very easy way to restore files from formatted NTFS drive.NT Drive Recovery does its job completely automatically,re-creat ing original directory structures.Of course,some files will be corrupted,but almost all files should be correctly retrieved."; fDesc[11] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[12] = ", deleted file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[13] = "by step. TurboScan? gives a real control over the fastest Linux data recovery ever known."; fDesc[14] = "messages from any \"dbx / mbx\" archive or to repair damaged *.dbx files where Outlook Express stores folders containing email messages"; fDesc[15] = "personal files 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."; 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 = '...'; } }