var fDesc=new Array(); fDesc[0] = "The CryptoSys PKI Toolkit provides you with an interface to public key cryptography functions from Visual Basic, VB6, VBA, VB.NET, VB2005/8/x, C/C and C# programs on any Windows system (W95/98/Me/NT4/2K/XP/2003/Vista/2008/W7).
Features :
- Provides over 100 core functions to provide PKI cryptography and utilities
- Includes detailed 400-plus-page manual
- Create and manage X.509 certificates
- Create and check X.509 certificate revocation lists"; 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 = ''; } }