var fDesc=new Array(); fDesc[1] = "Truecrypt is not a yet-another-privacy-to ol, but it stands out from the rest by being open source and still providing one of the best encryption algorithms to secure the sensitive data. It is capable of creating encrypted volumes which can be mounted on the fly. It also has the ability to encrypt the system partition or any other partition, including portable drives."; fDesc[2] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[3] = "resolution of your screen, or enter Windows in Safe Mode, the icon layout changes, moving icons to different places that the one you assigned them. Icon Restore 1.0 restores your desired icon layout."; fDesc[4] = "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[5] = "The software features a very intuitive, user-friendly Interface which can be used by users of all categories and expertise to protect their files and folders."; fDesc[6] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password."; fDesc[7] = ", the TweakNow RegCleaner is the tool that people from TweakNow offer you to clean up your Windows registry. It comes in two versions: Standard and Professional."; fDesc[8] = "and unwanted access. It is a very fast and easy-to-use security application. Cutting Edge instant Lock technology is incredibly fast, it can lock 100 GBs of data in quite little time and it does not modify or harm protected files."; 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] = "temporary and unused files from it. This way the software optimizes your system and enhances its performance by getting rid of all types of temporary files related to Windows, Internet tracks and other cache files."; fDesc[11] = "ideal for notebooks. If your notebook is lost or stolen, your sensitive data will not end up in the wrong hands."; fDesc[12] = "programs. Multi user, password feature. Works with Windows XP 9x NT 200x Vista Me Please enjoy, This 5 stars FREE Download."; fDesc[14] = "activity and disable Internet connection or use predefined Internet filters. Vista 64 compatible. Protects your PC in Windows Safe Mode"; fDesc[15] = "automatically keep PC locked as long as scheduled. Password protected, has System Time protection. Great software for Parents."; 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 = '...'; } }