var fDesc=new Array(); fDesc[1] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[2] = "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[3] = "various locations according to their value and purpose. With this incredible program you can choose to back up items to any folder on any computer on your network, an external hard drive, a removable storage device, or a server on the Internet."; fDesc[4] = "to control the access to secured folders. Program’s main window is the center of your data protection, and you can open it only using a special password. It offers you three methods of folders protection: hide, lock, hide and lock."; fDesc[5] = "interface that allows to drag and drop files to burn. These projects can be Audio CDs, Data Discs, Backup Discs (Exact copy), or Video CDs and DVDs."; fDesc[6] = "allows us to perform a task, as if we are in real mode, but all the new files, downloaded content, change of configuration and so on will only exist in the virtual world. While working on a virtual mode we are protected from external attacks, threat and so on."; fDesc[7] = "ensure protection of the computer system, all its components and peripherals, and the data. If there is a power loss, the software automatically saves all the user files and safely turns off the computer in an orderly manner."; fDesc[8] = "Express 8.0 is the ideal partner for your data protection. BounceBack Express can be set by you to start backing up data automatically at the time that you prefer and do so in the background if you are still busy working at that time."; fDesc[9] = "recovery, system migration and data protection for Windows computers. The program allows you to perform all this actions through a tabbed interface."; fDesc[10] = ", supports 13 strong encryption algorithms and shreds files after encryption. Encrypt Files is free application."; fDesc[11] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam."; fDesc[12] = "ArchiCrypt Live lets you encrypt all file types on your PC, laptop or network. That way only you will be able to access your confidential information."; fDesc[13] = "disk format, file/directory deletion, virus attack, bad boot record, corruption or damage in the allocation table, Volume Table or Directory Tree and software corruption."; fDesc[14] = "user support, advanced encryption techniques makes this tool a proficient password manager. All your private data like username, password, PIN no, Bank A/C no and much more can be arranged very safely."; fDesc[15] = "prevent unauthorized users to open, work, rename or even delete certain files or folders. It encrypts user’s data with password protected files."; 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 = '...'; } }