var fDesc=new Array();
fDesc[0] = "Powerpoint Keys recovers passwords for MS PowerPoint presentations.
Main features:
Features
- MS PowerPoint versions 2002-2010 are supported
- Recovers File-Open passwords using a combination of Brute-Force, Xieve™ and Dictionary attacks
- Instantly recovers all other types of Powerpoint passwords
- Additional user dictionaries support, case changes, multiple mistypes and other modifications for each dictionary word
- Program automatically saves password search state and can resume after a stop or a crash
- Patterns can be used to minimize search time if any part of the password is known
- Non-English characters in passwords are supported
- Full install/uninstall support";
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 = '';
}
}