var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters"; fDesc[4] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process."; fDesc[5] = "common business documents including those of Microsoft Office. Usually recovering a password takes a long time but this tool has the capacity to use the power of more than one computer to recover."; fDesc[6] = "of passwords, achieving instant recovery of document and template protection as well as passwords to modify. It supports all versions including 2007."; fDesc[7] = "which is used to get instant access to Microsoft Office program such as Word and Excel documents, this access is protected with \"open\" password. The complete toolbox will recover any password from the Microsoft Office programs family."; fDesc[8] = "mask, enhanced dictionary-based attack); flexible, customizable search; and help. It's all here!"; fDesc[9] = "protecting them with the password and encryption techniques of the compression utility then be careful about the password. If you forget the right password then your will not be able to extract your files without providing right password. In this situation you will require Zip Key utility."; fDesc[10] = "Outlook (Outlook 97 - 2003). The password is recovered instantly."; fDesc[11] = "password protection form any Microsoft Access database file (.MDB). The application has a very simple multilingual interface with detailed help documents."; fDesc[12] = "starting from 97 to XP immediately. The recovered password can be copied to the Windows clipboard with one click. The program has an easy user interface."; fDesc[13] = "workbook and sheets of Microsoft Excel documents starting from version 5.0 and up to version 2003. The program has 5 interface languages and keeps history for last opened files."; fDesc[14] = "for speed using dictionary-based attack, and very fast and effective plain text attack. All ZIP versions and compression methods are supported. Multilingual interface support is included."; fDesc[15] = "engine that does a super fast password decryption to return your last password immediately . The program is compatible with most .MDB files."; 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 = '...'; } }