var fDesc=new Array(); fDesc[1] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[2] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[3] = "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[4] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc."; fDesc[5] = "reliable, it automatically synchronizes and backs up emails, photos, address book, music and any kind of document or file between hard drives, desktops, servers, mobile devices and through the internet using FTP, WebDAV and much more."; fDesc[6] = "your PC, and restore them in case there is an error, or something unexpected happens to your PC. The backups can be saved in removable devices or in hard drives. Plus you can use the Nero Backup Online to save your data and restore it from there."; fDesc[7] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files."; fDesc[8] = "can be a threat through a USB drive. The program is small, quick and fully compatible with all software. Once installed it will not require virus database updates and will immediately provide protection against threats that come through the USB connection."; fDesc[9] = "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[10] = "create encrypted 25 Mb. containers that you can use to save any kind of data. Any file or folder that you create or drop inside those containers will become encrypted. You can even encrypt files that you can send safely by email."; fDesc[11] = "removable drives. If found, it scans for any autorun.inf file in those drives. Then it scans them. If they´re dangerous, it asks you if you want to remove that files. (If AutoProtect is selected, it will automatically delete the files, without asking.)"; fDesc[12] = "Worms, Trojans, ad-wares, Mal-wares and Spy-wares form your computer and/or from removable drives. Just by a single click you can scan your whole system."; fDesc[13] = "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[14] = ", Memory Sticks, Flash cards, PCMCIA drives and more. It uses AES 128-bit encryption for maximum security and does not store the password in the removable drive."; fDesc[15] = "run via any kind of removable disk. What you need to do is, just install this My USB Menu software to your removable drive for opening any file of your choice and software will run automatically without having to search the drive for them."; 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 = '...'; } }