var fDesc=new Array(); fDesc[0] = "In these times, we must be protected; this software will prevent other people from viewing, printing, or altering your documents. This software called Password Protect allows you to protect an unlimited numbers of folders. Here are some details regarding this protection. Why do we need to be protected? Well, perhaps (I hope never), your personal computer with your hard drive is stolen and your folders have important information that no one, just you, need to know! This is a powerful reason to use this program and prevent any mishap. Another example, probably you will suffer a breakdown with your computer and your Windows software crashes! Well, this is another reason for why do you need to be protected. Perhaps you have the need to share your computer to somebody, this protection tool will prevent others to see and share information. Now its function is really easy you just add the folder to want to protect; write your password and it is done. When you open your protected folder it will deploy a screen asking for your password, that simple. The program runs under Windows Vista, XP, 98, 2000, NT, ME."; 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 = ''; } }