var fDesc=new Array(); fDesc[0] = "SEGGER Embedded Studio is an embedded C/C++ programming tool. It offers support for ARM and RISC-V microcontrollers. CPU Support Packages provide everything to get started with programming. Embedded Studio comes with GCC and LLVM toolchains; external toolchains such as IAR or ARM/KEIL compiler can also be used to build your applications."; 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 = ''; } }