var fDesc=new Array(); fDesc[0] = "DataNumen Outlook Password Recovery is a powerful tool to recover password from encrypted Outlook PST files. If you forget the password of an encrypted Outlook PST file, then with this tool, you can easily recover the password and access the contents in the PST file.

Main Features:

1. Support Microsoft Outlook 97 to 2019 encrypted PST files.
2. Support to recover passwords for a batch of encrypted PST files.
3. Integrated with Windows shell, so you can recover the password for an encrypted PST file with context menu in the Explorer easily.
4. Support drag & drop operation.
5. Support command line parameters."; 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 = ''; } }