var fDesc=new Array(); fDesc[0] = "Many FTP programs save site profiles [called also accounts or bookmarks] that you can use to log into the site without having to re-enter login and password values. If you saved such profile and can successfully log into the site, but forgot the password and need it, then it can be retrieved by Forgotten FTP Password. The program emulates FTP server and captures the password, which then is displayed to the user. The program supports any client FTP software which can store passwords, such as CuteFTP, WS FTP, Bullet Proof FTP, FlashFXP, FTP Explorer, FTP Voyager, LeechFTP and others."; 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 = ''; } }