var fDesc=new Array(); fDesc[1] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer."; fDesc[2] = "Windows-98 System files. This utility can be used on Windows2k and XP. Use System files to create boot-drive from the internal system or alternate locations."; fDesc[3] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!"; fDesc[4] = "storage media. Elprime Media Recovery uses an advanced data recovery technology to access and recover unreadable files"; fDesc[6] = "files deleted from hard disks, USB flash drives, CF and SD cards and other storage devices. There are advanced options like delete file search, files wiper and emergency dick image."; fDesc[7] = "the features which you may found in any state of the art market leader data recovery software. Data LifeSaver has quality to recover data from IDE, SCSI and SATA types of hard disks. Data LifeSaver has full support to recover data from USB drives."; fDesc[8] = "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[9] = "them. Provides 100% protection of your private information across all Windows versions, including 64-bit releases."; fDesc[10] = "floppy disks like double density and high density formats. A standard floppy disk is 3.5” in size which is supported on all Windows operating systems and a non standard floppy disk is 5.25” but this format is supported only on latest version of Windows."; fDesc[11] = "about your information, it will be highly secured because the encrypted data cannot be accessed without entering a password, even if stolen. This tool uses the AES 256-bit encryption algorithm also used by important organizations to protect information."; fDesc[12] = "drives other than floppy disks you need to have administrator's privileges. The program can create an image of all physical disk drives like floppy disks, USB flash drives, MP3 players, digital cameras or a logical disk drive, that is any partition on a hard disk."; fDesc[13] = "unauthorized copying of your files from your computer. Supports password protection for USB flash locker settings access."; fDesc[14] = "photos very easily. It can work with multiple digital cameras, USB/Flash Drives, memory card and many other storage devices."; fDesc[15] = "documents from curious colleagues, games from the chief, adult files from children and much other."; 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 = '...'; } }