var fDesc=new Array(); fDesc[0] = "The Silicon Laboratories Integrated Development Environment (IDE) is a complete, stand-alone software program that includes a project manager, source editor, source-level debugger and other utilities. The IDE and other development tools run under the Windows 2000, Windows XP and Windows Server 2003 operating systems and support the entire MCU portfolio. The IDE interfaces to third party development tool chains to provide system designers a complete embedded software development environment."; 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 = ''; } }