var fDesc=new Array(); fDesc[0] = "Your master password is all you need. During registration or login procedures, SuperEasy Password Manager Free automatically detects when a password is required and generates a secure password on-the-fly. Furthermore, SuperEasy Password Manager Free automatically fills in forms with your personal information, if desired.

This free version lets you manage up to fifteen account passwords and one identity card. SuperEasy Password Manager PRO lets you manage any number of account passwords and identity cards.

All Features:
- Fill out forms instantly
- Log In automatically
- Manage web accounts
- Integrated password generator
- Manage app accounts
- Create encrypted identities
- Create encrypted memos
- Virtual keyboard
- Encrypted backups of your 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 = ''; } }