var fDesc=new Array(); fDesc[0] = "With A+ Folder Locker, you can store files, folders, drives, and even complete software programs in special data storage "lockers". Not only do these lockers keep the names of the files and folders you store in them from being viewed, but also the robust level of security of the lockers make them virtually impossible to break into.

A+ Folder Locker also includes a variety of other high-level security features that you can use to protect the information on your computer. Features like Disguise & Hide, which lets you hide files and folders inside photos and other images on your computer. There's also a pattern password that can be used in lieu of regular text passwords, an elusive stealth mode that allows you to run A+ Folder Locker on your computer without anyone knowing and much more!"; 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 = ''; } }