var fDesc=new Array(); fDesc[0] = "This is the PKCS#11 library v2.3.0.3 for the IDPrime .NET cards for 32 and 64 bits versions of all the Windows OS (XP, Vista, W7, W8 & associated Servers). The default smart card crypto architecture in Windows OS is the Base CSP / Minidriver, and the .NET card is supported natively. However several applications don't use Base CSP and use PKCS#11 instead. It is the case of Mozilla Firefox and Thunderbird, Open Office, among others. Release Notes and User's Guide are included in the zip file."; 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 = ''; } }