var fDesc=new Array(); fDesc[0] = "Leading the way in password management technology, security, and innovation. Add verification codes to RoboForm Authenticator via QR scan, adding a key, or import from other authenticator apps. Accessible on all RoboForm devices, six-digit codes can be auto-filled into log in forms with a single click. Passkeys are a new way to securely log in to websites without using passwords. With RoboForm, you can now save and use passkeys across all your devices."; 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 = ''; } }