var fDesc=new Array(); fDesc[0] = "PDF Signature Signer is a software program to sign PDF documents using X.509 certificates. The supported signing identity is PKCS#12, which evolved from the PFX (Personal inFormation eXchange) standard and is used to exchange public and private objects in a single file. PKCS#12 usually stores a private key with the appropriate public key certificate. PKCS#12 is the only accepted X.509 certificate by PDF Signature Signer."; 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 = ''; } }