var fDesc=new Array(); fDesc[1] = "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[2] = "password text. SeePassword provides users with an easily applied retrieval tool for forgotten passwords"; fDesc[3] = "on ALL Windows systems. It works automatically on Web pages, Windows 9x/NT and Windows 2000/XP systems."; fDesc[4] = "the asterisks. This could be a great tool but has three weak points. First, it's neither practical nor intuitive. Second, it has some bugs under Windows Vista. Third, it supports only Microsoft Internet Explorer."; fDesc[5] = "from any running windows application. The tool is very simple to use and always returns the correct password. The little program work on all versions of Microsoft Windows."; fDesc[6] = "browser's built-in feature that remembers our passwords for us. However, we not always write those passwords down to remember them. This application will reveal those passwords for you. I don't really know how this application does what it does, but it works."; fDesc[7] = "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[8] = "since Windows stores those for login operations (in programs such as FTP or email). Because of the security rules Windows applies, when entering a password, the input box only shows asterisks. Same as when Windows fills in automatically the password input box."; fDesc[9] = "is designed to help you read these passwords that are covered by the asterisks(*****)."; fDesc[10] = "recovering lost passwords. You can use it in all Microsoft Operating Systems. It has two methods to retrieve passwords: \"Mouse over\" and \"Drag-n-Drop\". Unregistered version will show only the first two characters of the password. Registered version can reveal saved web passwords."; fDesc[11] = "Windows--password hidden under a row of asterisks(*) , IE Password,bios password, Administrator Password,Cache Password,dial-up password, access password"; fDesc[12] = "asterkis (***) in all windows version (including 2000 and XP)."; fDesc[13] = ", ISP Passwords. You often tend to forget these password beacuase you no longer have to enter these password manually, What are you to do when you need to know one of the saved passwords, that is hiding behind a row of asterisks. This is where ShowPassword 1.0 comes into play."; fDesc[14] = "the password, we click Ok and we're in. But what happens if we forget that password and need it again for something."; 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 = '...'; } }