var fDesc=new Array();
fDesc[0] = "Total Commander Password Recovery is a utility that extracts FTP account password information for all versions of Total Commander with the FTP plug-in. Old version of Total Commander, called Windows Commander is also supported. Proxy passwords are recovered as well.
Functionality of Total Commander password recovery - in other words,
what this tool can do:
* All versions of Total Commander and Windows Commander are supported
* Decrypt Total Commander FTP password
* Decode Windows Commander FTP plug-in passwords
* Crack Total Commander FTP account passwords
* Recover Total Commander FTP plugin password
* Find Total Commander passwords
* Total Commander password ripper
* Windows Commander remote account hacker (not implemented)";
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 = '';
}
}