var fDesc=new Array(); fDesc[0] = "Passbay UKey Token is series of info security products that provide easy-to-use SDK/API.This software can integrate kinds of application with UKey Token to realize and strengthen functions of authentication and data encryption. Passbay UKey with digital certificate interface supports MS CSP and PKCS11 interface."; 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 = ''; } }