var fDesc=new Array(); fDesc[0] = "EIDVirtual can transform a regular USB drive into a virtual smart card. It is designed for administrators or developers which needs to test processes or some compatibility with smart cards on Windows. The emulation provided is compatible with all smart card scenarios such as login on Active Directory or EIDAuthenticate, Radius / VPN / Wifi EAP-TLS authentication, SSL authentication, S/MIME, EFS, and Bitlocker."; 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 = ''; } }