var fDesc=new Array();
fDesc[0] = "Password Recovery Engine for Excel (XLPRE) is a software product that recovers passwords to open for MS Excel (*.XLS) files. Only a few clicks of the mouse are required to begin the recovery process. Download the demo-version of XLPRE and discover how convenient the program is.
- Recovering a password to open for Microsoft® Excel (*.XLS) files;
- Instantly recovering a password to modify for Microsoft® Excel (*.XLS) files;
- Excel workbook password recovery
- Excel worksheet password recovery
- Support of MS Excel 2003, 2002, 2000, 97 files;
- Fast Excel password recovery search speed;
- Dictionary attack;
- Brute force attack (linear search among all possible passwords);";
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 = '';
}
}