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[3] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web."; fDesc[4] = "stable and protect important programs, documents and files from deletion caused by viruses, other users on your computer."; fDesc[5] = "functionality. It works with Windows 2000 too. It also allow using unofficial visual styles, that are not from Microsoft. WIndows XP file protection can also be deactivated permanently."; fDesc[6] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity."; fDesc[7] = "in the EXE-file."; fDesc[8] = ", supports 13 strong encryption algorithms and shreds files after encryption. Encrypt Files is free application."; fDesc[9] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[10] = "target audience with translucent visual effects and protect your SWF project against decompilation."; fDesc[11] = "new metamorphing code transformation technology, that provides with strong software security."; fDesc[12] = "a new version of Watchman, a specially designed tool to protect your system in a reliable way. What this anti-spam and anti-spy tool does is quite simple: it keeps your system safe from unwanted intruders."; fDesc[14] = "intermediate step needed to protect files between backups and only works on files you actually change."; fDesc[15] = "technology, so the files you lock become inaccessible by any means except with the password you set. You can lock and unlock multiple files with just two mouse clicks or unlock and open file, with the appropriate application, just with a mouse click. FileLocker is an unbeatable in its category and a must to have for every one who considers security of a most importance."; 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 = '...'; } }