var fDesc=new Array(); fDesc[0] = "smart security interface© It is a full PKI client for security tokens. It also supports all TPM platforms worldwide. It allows creating card profiles for literally any smart card application or specification. It is used for certified digital signatures. It is independent of chip and PC client software. It integrates into Windows. And Linux. And Macintosh. And Sun. And Outlook. And Notes. And Groupwise. And Adobe. And Firefox. And Entourage. And Safari. And Mail.app. And Entrust. And Cypertrust."; 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 = ''; } }