var fDesc=new Array(); fDesc[0] = "With Wise Folder Hider, you can easily hide your files and folders. Protect your private or important data from unauthorized access and deletion. The second level password for specific file, folder or drive also increases security.

In many cases, you need to share a USB drive with others and some sensible files will be read by others. With Wise Folder Hider 4, you can hide and password protect your personal file and folders on the USB stick with one click. Even the USB drive is lost, the important files will not be stolen.

When you first use Wise Folder Hider, you need to setup a login password. Inside the program, you can set a second level password for each file, folder, USB drive. Anyone else can’t uninstall the program without login password.

Different from other folder hiders, when it comes to modifying a hidden file or folder, users don’t have to unhide it, edit it, and then hide it again. A single click of the ‘Open’ button will open the hidden file or folder, so it becomes visible to you. Then you can edit or modify it like it has been unhidden. When you are done editing, close the program and the file or folder will become hidden again automatically, saving you extra steps. This amazing feature comes in handy when you hide some files that you use or edit frequently."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }