var fDesc=new Array(); fDesc[0] = "With Altera's Soc Embedded Design Suite (SoC EDS), you get all the tools you need to work more productively, improve software quality, and ultimately get to market faster.

Main features:
- Leverage the power of ARM® Development Studio 5 (DS-5™) Altera Edition (AE) to code, build, debug, and optimize your application.
- Expedite SoC embedded systems development with utility programs and run-time software.
- Jump start development with bare-metal and Linux application examples."; 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 = ''; } }