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] = "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] = "kernel level. Hide Files and Folders has an in-built file explorer that can help you finding out and locking desired files easily and faster. Just select a file or folder, click on the + button to add password protection to it and choose a protection method to make it completely inaccessible."; fDesc[5] = "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[6] = "(files, folders and discs). Hide Folder will stop any unauthorized access to important and significant programs and information for every user. Any folders that the program protects will be invisible, accessible in read-only mode, or even inaccessible."; fDesc[7] = "programs. Multi user, password feature. Works with Windows XP 9x NT 200x Vista Me Please enjoy, This 5 stars FREE Download."; fDesc[8] = "files are protected with a password when you login the ABC Lock program ."; fDesc[9] = "It encrypts all kind of file which is unbreakable that gives more security to users. It can be apply for a single file or a directory or all subdirectories. It’s very easy to use and easily integrated with right click menu."; fDesc[10] = "Cabinet folders are sometimes mistakenly referred to as- cab files. Windows operating systems including Vista."; fDesc[11] = "from hackers, viruses, and mischief."; fDesc[12] = "can hide folders completely making it invisible and inaccessible for people using your computer."; fDesc[13] = "information stored in your computer is fully confidential with VIP Files Protector - mighty encryption and shredding software."; fDesc[14] = "can drag-and-drop the desired files/folders from Explorer into the Hide Files window. In one mouse click they become invisible."; fDesc[15] = "existence of your hidden files and folders."; 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 = '...'; } }