var fDesc=new Array(); fDesc[0] = "Access Manager is a free software solution that keeps all your passwords in one, simple to use list. It offers fast, easy and secure password management. One 'Master Password' is all that is needed to access all your passwords and private information:

- Web site passwords
- Credit card and private PIN numbers
- Computer logon passwords
- Telephone banking codes
- E-mail passwords
- Software access passwords
- Door entry and alarm codes

You can view or edit your password list, and drag & drop or copy passwords to web pages and other software. Strong encryption keeps your information secure. Access Manager is available in English and Dutch language versions.

Access Manager is free for personal, non-commercial use."; 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 = ''; } }