var fDesc=new Array(); fDesc[0] = "Programs that remember our passwords are pretty handy. The Window opens showing the asterisks (****) covering the password, we click Ok and we're in. But what happens if we forget that password and need it again for something. We either didn't write it down or forgot where it was written. That's where Password Reveal comes in. Grab the target icon with the mouse button, drop it on the password box and it uncovers the password. Password Reveal works on programs and Web Pages. (Requires IE5 and above)
The Pro version also gets passwords from any number of open Web Pages in Internet Explrer."; 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 = ''; } }