var fDesc=new Array();
fDesc[0] = "Forgot the password for an MS Word document containing your vital project for work? That means you may lose all the information on it. SmartKey Word Password Recovery is proved to be a helpful tool to enable you to forensic access to password-encrypted Word documents. It supports a full range of MS Word versions: from Word 97 to the latest Word 2016.
It is offline decryption, and it doesn't require connecting Internet. Multiple-core processing and GPU accelerating improve the password recovery speed significantly. Unique 3 attack types provided flexible options to recover lost Word password.";
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 = '';
}
}