var fDesc=new Array(); fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[2] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[3] = "for RAR/WinRAR (2.xx and 3.xx) archives. This incredible program includes the following modes to recover the passwords: \"brute-force\" attack, dictionary-based attack and dramatically fastest \"Booost-Up\" attack."; fDesc[4] = "passwords and these passwords are saved behind asterisks like these ****** in order to protect your passwords from prying eyes. This function makes working with your programs easier and more comfortable. But, as you don't need to write your passwords anymore, you eventually forget them."; fDesc[5] = "Multilingual passwords are supported. All versions of Microsoft PowerPoint are supported."; fDesc[6] = "is actually the opposite. Sometimes, we forget the passwords we set for our password-protected RAR files, and there is one way to do it. Since there is not a way to simply deduct the password of a RAR file directly, this application uses two methods: brute-force..."; fDesc[7] = "remember only one ID and password. When it is used with an optional biometric reader, like a fingerprint reader, you will have no need to remember passwords."; fDesc[8] = "Live Messenger. The program works with version 8 and is not compatible with the newest version (9.18), which is a great disadvantage."; fDesc[9] = "The complete set of tools allows you to recover your lost data, reset Windows passwords, make computer system backups, securely erase data, control disk condition, manage partitions and a lot more."; fDesc[10] = ", CoffeeCup FTP,FlashFXP, SecureFX, WebDrive, FTP Voyager, AutoFTP, FTP Control, 32bit FTP, Dial up, Outlook passwords."; fDesc[11] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[12] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask."; fDesc[13] = "passwords in an effective and fast manner. Users normally have more than one email accounts. User names and passwords are distinct for each email account and those data are normally saved by the user to the PC system, which is not very safe."; fDesc[14] = ", Access, OneNote and Outlook. The program recovers all types of passwords and supports all versions of MS Office."; fDesc[15] = "and forgot to say the basics. Like the password for example, well the Rixler Software is considered the Elite Password Recovery Tool. With this application you will be able to recover and display logins and passwords for email accounts stored by popular email clients."; fDesc[16] = "security purposes to prevent leaks you know it also represents a risk if a password is lost. Its user interface was created as a wizard and contains a lot of contextual prompts."; fDesc[17] = "location, create self extraction files, convert compressed files, and UU/XX encoding. The supported compression formats are Bh, Cab, gZip, Jar, Lha, Tar, Zip, and ZipSplitter."; fDesc[18] = "account passwords and WAND autocomplete data recovery (even if protected with a Master Password)."; fDesc[19] = "the user who typed it."; fDesc[20] = "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 = '...'; } }