var fDesc=new Array(); fDesc[0] = "Authy is a desktop application for two-factor authentication (2FA). It also works as a security partner and SMS delivery service for websites that need better 2FA. Supported companies can use two-factor authentication for their website logins by sending 2FA tokens to your desktop application."; 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 = ''; } }