var fDesc=new Array(); fDesc[0] = "Red Suite is a highly integrated software development environment for ARM-based Microcontrollers, which includes all the tools necessary to develop high quality software solutions in a timely and cost effective fashion.
The Red Suite IDE is based on the latest version of Eclipse with many ease-of-use and Microcontroller specific enhancements. It also features the industry standard GNU toolchain allowing us to provide professional quality tools at low cost ."; 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 = ''; } }