var fDesc=new Array(); fDesc[0] = "CodeWarrior Development Studio for Freescale HCS12(X) Microcontrollers enables engineers to build and deploy HCS12 or HCS12X/XGATE systems quickly and easily. This tool suite provides the capabilities required by every engineer in the development cycle: from board bring-up to firmware development to final application development. With a common project-based development environment reuse becomes a natural by-product as each team builds on the work already completed by the previous team."; 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 = ''; } }