var fDesc=new Array(); fDesc[0] = "Password Corral is a powerful yet easy to use password manager that allows you to encrypt all the information you store in the program, keeping it safe from the prying eyes. This incredible program is highly customizable, allowing you to display your password information unencrypted on the screen, change the display fonts and hyperlink color and modify many of the security features of the program. Moreover, the program allows you to add to each password entry a short description and comments which can also contain hyperlinks to launch your web browser, and also an expiration date to remind you to change the password. What is more, the application features a very simple and intuitive user interface which dies not need any technical knowledge to be operated and makes this task a breeze. In addition to this, you can export your password data in an encrypted (or unencrypted) format to keep a safe backup of your data or to transfer your passwords to another PC. If you are looking for an efficient and easy to use application to manage all your passwords safely, Password Corral is perfect for you."; 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 = ''; } }