var fDesc=new Array(); fDesc[0] = "Passwords Plus is a powerful yet easy to use password manager that allows you to manage all your passwords in a secure and simple way. You can put all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database. What is more, the databases are protected by strong 128-bit encryption. Moreover, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. With this incredible program you will no longer have to worry about remembering thousands of different passwords, just one. This amazing program keeps track of confidential information like passwords, web logins, credit cards, bank account data, social security numbers and more. All in all, is you are looking for a powerful yet easy to use application that allows you to store all your passwords in a secure place and only have to remember one single master key or key file, Passwords Plus 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 = ''; } }