var fDesc=new Array(); fDesc[0] = "PowerPoint Password is a password recovery tool for PowerPoint. Using PowerPoint Password you can recover lost or forgotten password to PowerPoint (*.ppt) files. Current version of PowerPoint Password supports password to open only.

PowerPoint Password supports brute-force attack, dictionary attack, hybrid dictionary attack and SmartForce (TM) attack. If your password is really long and complex, you have poor chances to recover it (competing recovery tools will fail as well).Password recovery tools are very special software.

Unlike regular software, a typical password recovery tool may be needed only to restore that much needed document, and nothing more. You use it only once, as opposed to system-checking, workspace-improving or security software."; 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 = ''; } }