var fDesc=new Array(); fDesc[0] = "PC World's Editor's Pick! Stores and encrypts your passwords.

Access your private data instantly and copy/paste your usernames and passwords where you need them. Quickly generate random passwords.

PassMan is unlocked via answering a question that you provide yourself and can change or edit at any time. Your customized question and answer that unlocks your private data can be changed at any time. Online Help. Satisfaction Guaranteed. Full uninstall support. Try it for FREE."; 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 = ''; } }