var fDesc=new Array(); fDesc[0] = "SterJo FileZilla Decryptor instantly recovers and decrypts forgotten FileZilla passwords for all FTP sites stored by FileZilla Client. The application is lightweight and doesn't require much computer resources like CPU or RAM. Also it is very simple to use it and doesn't have any advanced settings. The interface is based on a small window where the passwords are decoded and has a few buttons only."; 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 = ''; } }