var fDesc=new Array(); fDesc[0] = "Type a password in your browser, or let it save your passwords, and you will see asterisks. All passwords are hidden even from your eyes. Click the ISeePass bookmarklet, and all passwords on the page are revealed. Click it again, and the asterisks (and your privacy) are restored.

Did you forget your password, and while your browser knows and auto-fills it, you just can’t see beneath all those asterisks? Are you convinced that you are typing in the right password, but your browser says it’s wrong, and there is no quick way to show what you are typing? Just drag and drop the ISeePass bookmarklet to your bookmarks toolbar, and simply click on it when you need X-ray vision to see or copy the hidden passwords from the current page."; 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 = ''; } }