var fDesc=new Array(); fDesc[0] = "PST Unlocker is a complete PST Password recovery tool that allows users to unlock their PST files protected with lost or forgotten password. PST Unlocker recovers passwords and then provides the option to copy the password on the clipboard so that you can save it in any notepad file or any other text editor.
PST Unlocker program can unlock all Outlook Mailboxes created in MS Outlook. This program also can unlock PST files having password in special characters."; 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 = ''; } }