var fDesc=new Array(); fDesc[0] = "µC/Probe graphically visualizes the internals of an embedded system. This application works with a wide variety of embedded processors, and supports communication via J‑Link, CMSIS-DAP, Cypress PSoC Prog, TCP/IP, USB, RS-232, or proxies such as the IAR Systems Embedded Workbench Plugin for µC/Probe or the Eclipse Plugin for µC/Probe."; 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 = ''; } }