var fDesc=new Array(); fDesc[0] = "Best Privacy Pack provides essential tools for privacy protection, a password and sensitive info wallet, and a folder hider. Secrecy File & Folder Hider allows you to hide any folder and keep curious eyes away from your private files. Password Container keeps personal data in and hackers out - you will never lose an important password or information ever. And Privacy Patrol safeguards you and your family from other common online risks. Entire package have a user-friendly interface and is FREE!

How to use:

Installation takes only one minute, and then you can use the program. All applications from package can be started from a central console and present an easy interface. Just start the programs and use them, as easy as that!"; 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 = ''; } }