var fDesc=new Array(); fDesc[0] = "SX-Key Editor is an integrated development environment for the SX line of microcontrollers, supporting every chip in production. Used in conjunction with the SX-Key or SX-Blitz programming tools, the user can write code, assemble/compile it, and download to the SX chip. The SX-Key USB also enables in-circuit source-level debugging, allowing the user to step through the code line-by-line or stop at set breakpoints."; 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 = ''; } }