var fDesc=new Array(); fDesc[0] = "With Secure Folders you can easily hide, lock, set read-only and no-execution protection for
unlimited number of files and folders on your computer. Application can be installed to USB drive and used on other computers without need of separate installations. Protection engine is extremely stealth and cannot be revealed even by advanced computer user.

Supported OS: WinXP - Windows 8( all 32 and 64-bit editions )

- Unlimited number and size of files can be protected
- Hidden (portable) installation support. Application can be installed to USB drive
- Password protection for application settings and uninstall
- Ability to configure applications excluded from protection
- File paths can include wildcard masks
- Hot key to open application settings
- Application does no performance impact on your system
- Extremely easy-to-use user interface"; 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 = ''; } }