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[2] = "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[3] = "operating system to recover lost, deleted, formatted, virus affected, corrupted data, damaged or deleted partitions structures from your hard disk or storage media."; fDesc[4] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!"; fDesc[5] = "recycle bin or deleted permanently using the Shift + Delete keys. This incredible program has the ability to recover data from damaged, formatted, deleted or corrupt partitions and supports data recovery from FAT16, FAT32, NTFS and NTFS5 file systems."; fDesc[6] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately."; fDesc[7] = "unauthorized users from accessing them. Folder Castle hides and encrypts your confidential and sensitive files and folders on your computer."; fDesc[8] = "quickly find a needed file in your disk collection, even without inserting any removable disks into the drives."; fDesc[9] = "safely copy files by unstable wireless and VPN connections between both local computer and remote computer."; fDesc[10] = "You must select two matching tiles to remove them from the board, being the goal to clear the board completely. You can also select any of two “Flowers” or “Seasons” tiles, even when they are not identical."; fDesc[11] = "whole process is automatic, relying on the silences and long pauses that we find in spoken recordings. The process involves no re-encoding, thus preserving the original quality. This application has been designed to be accessible for blind and visually impaired users."; fDesc[12] = "Windows Clipboard, including dialogboxes and protected Web pages."; fDesc[13] = "data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[14] = "regardless of your operating system, file systems and partition scheme. In fact, the sector-by-sector method assures that your copy will be 100% identical to the original."; fDesc[15] = "can hide folders completely making it invisible and inaccessible for people using your computer."; fDesc[16] = "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."; fDesc[17] = "number of files, folders, drives, pictures and documents in seconds. Protected files are hidden, undeletable, inaccessible and highly secure"; fDesc[18] = "to other people. Folder Access will let you cut the access to your personal directories and files in just a few steps, establishing a password that only you will know."; fDesc[19] = "inconfigurable routers... a two-component system that only requires a single TCP session initiated from the inaccessible computer."; fDesc[20] = "renders the source text of any HTML pages you have created inaccessible to easy viewing."; 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 = '...'; } }