var fDesc=new Array(); fDesc[0] = "Many people, like myself, create passwords and choose the save option so the program will remember their passwords and then after few weeks they forget their passwords and cannot remember it anymore. This is a great common problem that a lot of people face every now and then. The fix for this problem is very easy - download Password-Finder, a 373 Kb. tool provided by Sven Bader - Softwareentwicklung & Webdesign. It is a great small application that will solve this problem in just one second and save you several hours or even days of trying to remember your forgotten password. All you need after installing this tool is to drag the blue magnifying glass icon on the application's window and drop it on the place where you have saved your password directly over the asterisks. Now all you need is to return to the Password-Finder and you will see the password that you have forgotten shown to you. One disability found on this program is that it doesn't work at all with saved passwords in web forms. But fortunately, there are other specialized programs that can reveal saved web passwords."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }