var fDesc=new Array(); fDesc[0] = "Password Safe Pro is designed to make it easy for users to manage usernames and complex passwords for web-sites, e-commerce sites, and desktop applications.

Password Safe Pro removes the security risks of routinely using the same password or storing passwords in a text file, spreadsheet, or unencrypted database.

Password Safe Pro employs 256-bit high security level encryption which will help prevent passwords from being compromised.

Besides security, one major function that sets Password Safe Pro apart from other password protection applications is our internal timer that terminates the program after a specific amount of inactivity. This keeps your passwords protected, even if you leave your PC and forget to exit the application.

Password Safe Pro ensures the integrity of sensitive, financial, and confidential information by protecting 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 = ''; } }