var fDesc=new Array(); fDesc[0] = "PassLocker is a complete password manager helping you to manage and safely store your passwords and personal data. It makes easier to access your websites, email, standalone applications, bank accounts, instant messengers etc. You can easily store all your passwords and encrypt them in a secure way. The program is also a password generator (full random/mnemonic passwords), calculates their strengths and permits you to select quickly usernames, keys and put them in your favorite applications."; 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 = ''; } }