var fDesc=new Array(); fDesc[0] = "The Cosmic Software MISRA Checker is a standalone software utility that aids in the production of well structured and portable C language code using guidelines* prescribed by the Motor Industry Software Reliability Association (MISRA). The Cosmic MISRA Checker is designed to provide comprehensive static MISRA compliance checking that executes fast enough to be used on every compile."; 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 = ''; } }