var fDesc=new Array(); fDesc[1] = "computer versus spyware, keyloggers, hijackers,adware or trojans that cause problems and malfunction of your environment. It remains in memory and acts just when the malware appears."; 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] = "to its superior page layout algorithms, converted documents look exactly like the original with columns, tables, bullets and graphics."; fDesc[4] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[5] = "every other hour. Plus, every time the computer is not being used, this software will recover the unused memory to provide it for you to work with the first program you open."; fDesc[6] = "under a master key (or a key disk) in one database.Therefore, you only have to remember one single master password or insert the key-disk to unlock the whole database, that´s encrypted using the AES and Twofish encryption algorithms."; fDesc[7] = "files are from a malware infection or just any particular file that won't delete, it can eliminate it. The software uses state-of-the-art programming techniques to unload modules, close remote handles, and terminate processes to take away the particular locked file."; fDesc[8] = "match you want to play. The options are One Player (this is, against the computer), Two players, Multiplayer, League, Tournament, or Practice. The Disks and Blocks modes are locked in the demo version."; fDesc[9] = "you the possibility to protect your privacy by protecting your sensitive information from unwanted access, giving you several tools to do it. Principal options are: prevent access to any of your files, folders or a complete drive by locking them; hide files or folders making them completely invisible."; fDesc[10] = "advanced features. With this backup utility you can copy any file whether it is locked or it is open which is normally not possible to copy in these conditions. But this feature work only on window XP or higher version of window. Taking backup with SyncBackPro is a very fast process."; fDesc[11] = "locked the villagers up in mirrors. Help Iris to set her family and her village free. Find all differences in all the mirrors, before it's too late! But be careful! Rain, fog and poor light will hinder you."; fDesc[12] = "changes to any file or directory on their computer. UnlockMe utility comes handy when users just need to delete,rename or move a particular file locked by any process. They have to simply right-click on the desired file or folder and select ‘UnlockMe’ from the context menu."; fDesc[13] = "processes. As the name suggest it enables you to unlock the files that are locked by some processes in your system."; fDesc[14] = "locked by a system utility or any other program that prevents you from changing them."; fDesc[15] = "proprietary unlocking algorithms can remove any unknown HDD password and you do not required to give any hint of password as it is not working as a normal password cracker tool."; 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 = '...'; } }