var fDesc=new Array(); fDesc[0] = "SCADE System is a model-based, open source system architecture tool for developers of critical systems that is based on the SysML and Eclipse standards. SCADE System has been developed specifically for use on critical systems with high dependability requirements. By using SCADE System in conjunction with SCADE Suite, SCADE Display and SCADE LifeCycle, system and software engineers can work within the same framework to avoid duplication of efforts and inconsistencies between system structural descriptions and software behavioral descriptions."; 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 = ''; } }