var fDesc=new Array(); fDesc[0] = "Find Password Protected Documents searches for password protected files on your computer. Current version analyzes Word, Excel documents (passwords to open) , Access databases (share level passwords), Outlook PST files, OneNote, PowerPoint, OpenOffice, WordPerfect, QuattroPro, MS Money files and Zip archives. (Office 2007/2010 is also supported).

Find Password Protected Documents generates reports and could be used for a forensic computer examination. If you have our password recovery software installed in your system, you can recover found password-protected documents."; 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 = ''; } }