var fDesc=new Array(); fDesc[0] = "CodeWarrior Development Studio for 56800/E Digital Signal Controllers allows both 56800 and 56800/E developers to build and deploy even the most sophisticated systems quickly and easily by integrating support for both architectures into a single product. This product also includes Processor Expert (rapid application development tool) support for all released processors and supports 56F80x/2x, 56F85x, 56F81xx, 56F83xx, 56F801x/2x/3x, 56F800x and 56F824x/5x Digital Signal Controllers."; 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 = ''; } }