var fDesc=new Array(); fDesc[0] = "The easy to use OSS® ASN.1 Syntax Checker verifies the correctness of the syntax of your ASN.1 specifications according to the ASN.1:1990 and ASN.1:2008 standards. A full-featured tool, the OSS ASN.1 Syntax Checker supports conventional ASN.1 notation, as well as the XML and ECN additions of ASN.1."; 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 = ''; } }