var fDesc=new Array(); fDesc[0] = "FileZilla Password Recovery Tool instantly retrieves the host, port, login and password information FTP accounts stored in your FileZilla FTP client.

You only have to open the program, and pulse on the icon "Recover Passwords". that simple.

-All passwords are recovered instantly.
-Recover stored passwords of FileZilla 3.x
-Allows to copy recovered passwords to clipboard
-Easy and user-friendly interface
-Free upgrades for the life of the product"; 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 = ''; } }