var fDesc=new Array(); fDesc[0] = "LoginCode is a Free and Easy to use Password Manager with Automatic Login Feature

Usually, when you want to visit some of your favorite community websites, buy something over Internet or just check your mail, you are asked to enter your login information. Unfortunately it may happen that when you try to log on to websites you hardly ever visit, you just can't recall the password. To avoid this problem, people tend to use one password for multiple websites not realizing what would happen if the password was stolen. LoginCode is an answer to these problems allowing you to both securely store your passwords and automate logon operations.

Most important features include:

Automatic login
Secure data encryption
You can use extremely strong passwords to your accounts, LoginCode will remember them for you
Local database (no remote servers)
Protection against keyloggers"; 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 = ''; } }