var fDesc=new Array(); fDesc[0] = "Advanced Folder Protector 2004 is an application designed to restrict the access to your private
folders which contains valuable information for you (such as important documents, spreadsheets and reports).
If your computer is shared among other people, you can use Advanced Folder Protector 2004
to prevent other users except you from accessing your valuable files and folders.

The contents of the encrypted folders are encrypted with password which you supply and
cannot be accessed in any way. They cannot be viewed, read, copied, modified and even
deleted. Also the files are hidden to the eyes."; 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 = ''; } }