var fDesc=new Array(); fDesc[1] = "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[2] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[3] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[4] = "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[5] = "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[6] = "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[7] = "disks, floppy disks, PCMCIA-attached digital camera cartridges, smartmedia, compactflashs and memory sticks that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more."; fDesc[8] = "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[9] = "engine to quicky scan your PC for deleted files and get the files back to life."; fDesc[10] = "parameters, such as drive order and block size, RAID Reconstructor will analyze your drives and determine the correct values."; fDesc[11] = "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[12] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[13] = ", flash drives, USB drives, PC cards, etc)."; fDesc[14] = ", movies, documents, messages, images, audio files, sound tracks and other files from removable devices and HDD with FAT (FAT12,FAT16,FAT32)."; fDesc[15] = "software is a Secure, Simple, Fastest Partition Recovery Utility for Windows NTFS File System. Demo previews recoverable files, Supports Vist"; 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 = '...'; } }