var fDesc=new Array(); fDesc[0] = "By replacing vulnerable passwords with the industry's leading two-factor authentication, RSA, The Security Division of EMC, and Microsoft make it possible for customers to positively identify users before granting them access to valuable corporate resources accessed through Windows-based desktops and networks—while simultaneously delivering a simplified and consistent user login experience."; 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 = ''; } }