var fDesc=new Array(); fDesc[0] = "Outlook Password by Thegrideon Software is advanced MS Outlook password recovery tool.
It instantly recovers MS Outlook .pst (Personal Storage, Personal Folders) files passwords as well as e-mail account's passwords and settings stored in MS Outlook records.
All MS Outlook versions are supported including x64 editions!
Large .pst files (4Gb and larger) are supported.
Outlook Password lists current MS Outlook Profiles and .pst files associated.
.pst file search and mass processing feature is available.
Fully Compatible with Windows 10."; 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 = ''; } }