var fDesc=new Array();
fDesc[0] = "Word Key recovers all types of passwords for Word document files.
Features:
* Decryptum attack instantly decrypts MS Word files up to version 2003. It connects to the www.Decryptum.com server to generate a free preview or to decrypt files. You are required to purchase Decryptum credits to decrypt files. More...
* Recovers Word 97-2010 open passwords using advanced password recovery attacks: Dictionary, Xieve, Brute-force, Known Password/Part, Previous Passwords, and their combinations
* Instantly recovers or resets all other types of passwords: open, modify, write reservation, form and document protection passwords
* Uses 9 built-in dictionaries for multi-lingual passwords
* Supports password modifications, including case changes, reversed words, etc.
* Includes a Wizard for easy setup of password recovery attacks
* Combines attacks for passwords like "strong123password"
* All recovered passwords are saved and ready to be reused on other files
* Program automatically saves password search state and can resume after a stop or a crash
* 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 = '';
}
}