var fDesc=new Array(); fDesc[0] = "Are you still worry about remembering the endless password? You must thought of the saved to the computer, but it would leak the password easily, especially your homebank password. Extra Password Eudemon is a light-weight and easy-to-use password safe management software for Windows. It stores your passwords in a highly encrypted database which consists of only one file. You can put all your passwords in one database, which is locked with one master key or key file. So you only need remember one single master password or select the key file to unlock the whole database instead of the endless password. It can safely lock your information, the databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
For:Windows 98/ME/2000/NT/XP/Vista"; 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 = ''; } }