var fDesc=new Array(); fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[2] = "Windows Messenger passwords stored on your computer."; fDesc[6] = "hidden password is decrypted and showed to you instantly. It's a very useful tool to recover forgotten passwords from E-mail clients, Chat programs and Dial up passwords."; fDesc[7] = "use and can recover passwords from all FTP clients including CuteFTP, WS_FTP, FileZilla, SmartFTP and FlashFXP."; fDesc[9] = "passwords."; fDesc[10] = "Google Talk Password Finder allows to find passwords from Google Talk messenger multiple profiles."; fDesc[11] = "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[12] = "sensitive or important information in one place, and protected against potential intruders. It enables you to manage tasks more efficiently indicating the percentage of completion, name, type of project, dates, priority, and person assigned."; fDesc[13] = "Explorer and save it, anyone can use an application like this to retrieve it. Those asterisks that you see are nothing but a fancy way of replacing your password with something else. IE Pass Revealer can easily translate those asterisks into a readable password."; 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 = '...'; } }