var fDesc=new Array();
fDesc[0] = "Advanced Password Recovery Suite is an easy-to-use tool with ability to recover your forgotten software keys or login details for most popular web browsers, wireless networks, Windows Credential Manager, E-Mail or FTP clients.
- Recover keys for Microsoft Windows and Office, Nero, WinZip and more than 1500 other software and games.
- Recover usernames and passwords for Google Chrome, Microsoft Edge, Mozilla Firefox, Internet Explorer, Vivaldi or Yandex.
- Recover forgotten wireless network keys (WEP, WPA and WPA2) for all previously used wireless networks.
- Recover login data saved by Windows Credential Manager.
- Recover usernames and passwords for most popular E-mail clients as MS Outlook, Thunderbird and Opera Mail.
- Recover login details for widely used FTP clients as FileZilla, WinSCP and SmartFTP.";
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 = '';
}
}