var fDesc=new Array(); fDesc[0] = "X-Lizard Password Manager is a program specially created to help people systematize and store securely valuable information. It rids computer users of headaches caused by lost passwords, forgotten access codes and other sensitive information. With this program, you safely store all your logins, passwords, PIN codes, credit card numbers, access codes, and any other confidential information in one place.
X-Lizard Password Manager comes with a user-friendly interface that is easy to navigate and adjust. This application encrypts all stored data using the US Department of Defense approved 256-bit Advanced Encryption Standard (AES) algorithm and uses an automatic backup feature that guarantees that the stored data will not be lost in the event of a hard drive failure. X-Lizard Password Manager includes a built-in strong password generator. Strong passwords have upper and lower case letters as well as numbers."; 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 = ''; } }