var fDesc=new Array(); fDesc[1] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[2] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words."; fDesc[3] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[4] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray."; fDesc[5] = "files from NTFS/NTFS5 and FAT12/FAT16/FAT32 files systems at high speed. It allows you to recover accidentally deleted files or folders, permanently deleted files using the keys Shift + Delete, among others."; fDesc[6] = "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[7] = "windows in a 3D layout, and we can switch between windows using the TAB hotkey, or choosing them with the mouse or pressing its letter. The windows will move over an axis, presented one after the other."; fDesc[8] = ", but users still can figure out what folders are protected and plan out a strategy to crack the protection of the folder. MySecretFolder takes a rather different approach."; 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] = "in your system tray or using hotkeys, which you can establish on the utility’s preferences window. The installation process is very easy to perform. This utility works on Windows 2000/XP/Vista platforms."; fDesc[11] = "sense of security that the application itself cannot deliver. What I mean with this is that your files will never be safe only because they are hidden. You wouldn't just hide your money stash somewhere and leave it unprotected, would you?"; fDesc[12] = "seconds of mouse inactivity, the application hides the mouse pointer automatically and, with any mouse action, it returns it to the place it was."; fDesc[13] = "completely hides the presence of an application and allows you to create applications with desktop, CD or DVD piracy lock, by writing a program to start and stop the driver."; fDesc[14] = "transparent."; fDesc[15] = "or in task manager."; 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 = '...'; } }