var fDesc=new Array(); fDesc[0] = "eToken PKI Client is a framework for creating a secure method for exchanging information based on public key cryptography, providing for trusted third-party vetting of and vouching for user identities. It is an arrangement that consists of a system of digital certificates, Certificate Authorities and other registration authorities that verify and authenticate the validity of each party involved in an Internet transaction."; 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 = ''; } }