var fDesc=new Array();
fDesc[0] = "Password Memory 2009
Secure your passwords and login details
Do you want to safely encrypt and store all your passwords and be able to locate and use them in a flash? Password Memory 2009 is the product your are looking for! And it is free!
With almost 20 years of experience in the creation of Windows software, Code:Aero Technologies now present a product that should be used by anyone who want their passwords to themselves. Password Memory 2009 safely encrypts and manages your passwords and helps you login to websites in a fast and secure manner. Three different encryption routines (two 256-bit and one 128-bit) are used to secure your login information.";
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 = '';
}
}