var fDesc=new Array(); fDesc[1] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[2] = "ease. It is easy to install and use. Mainly designed to create a test environment but powerful enough to handle the real thing."; fDesc[3] = "easy and friendly to do, just some clicks and the FTP server will be installed. The FileZilla’s GUI is very simple and all the information detailed is showed on the main screen."; fDesc[4] = ", CoffeeCup FTP,FlashFXP, SecureFX, WebDrive, FTP Voyager, AutoFTP, FTP Control, 32bit FTP, Dial up, Outlook passwords."; fDesc[5] = "use and can recover passwords from all FTP clients including CuteFTP, WS_FTP, FileZilla, SmartFTP and FlashFXP."; fDesc[6] = "passwords."; fDesc[7] = "wide set of well-known FTP programs. These programs include FlashFXP, FileZilla, SmartFTP, CuteFTP, WS FTP, FTP Voyager, and many others."; fDesc[8] = "forget your passwords to your FTP servers."; fDesc[9] = "sites that have been added in FileZilla."; fDesc[14] = "for all FTP clients including SecureFX, WS_FTP, FileZilla, FlashFXP, Core FTP, FTP Explorer, FTPRush, Website Publisher, Bulletproof FTP, LeechFTP, WSFTTP, FTP Navigator, FTP Express, CuteFTP, FTP Voyager, SmartFTP, CoffeeCup FTP, Total Commander, AceFTP, Core FTP and others. FTP Password Recovery Server features: All FTP clients support Running under Windows 95, 98, Me, 2000, XP, 2003, Vista Multiple login / password recovery support Supported FTP Clients: SecureFX FTPRush SmartFTP FlashFXP Bulletproof FTP LeechFTP FTP Explorer Core FTP AceFTP FTP Navigator FTP Express ... other clients How to use FTP Password Recovery Server: 1. Open you FTP Client (like FileZilla, CutFTP, FTP Explorer) 2. Open connection properties 3. Change FTP server address to localhost (or 127.0.0.1) 4. Confirm changes 5. Connect to FTP 6. Change back original FTP server address"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }