var fDesc=new Array(); fDesc[0] = "PasswordBox is an identity manager that stores passwords for various online accounts. It comes as a browser extension and logs you in instantly to your favorite websites without having to type in, or even memorize, your passwords. The website's username and password details are saved automatically, so you can enjoy streamlined login."; 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 = ''; } }