var fDesc=new Array(); fDesc[0] = "Keeper is a password manager that lets you generate, store, and auto-fill high-strength random passwords for all your websites. You only need to remember the master password of Keeper app. Utilizing personalized fields, Keeper makes it simple to organize and secure all your important information, such as a Driver's License or Passport Number, with your existing records. Password data can be can synchronized with Keeper mobile app too; this enables quick log-in to websites using your face or fingerprint."; 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 = ''; } }