var fDesc=new Array(); fDesc[0] = "MPLAB X Integrated Development Environment (IDE) can be used to develop and debug embedded programs Microchip’s microcontrollers and digital signal controllers. It provides a variety of features to help you quickly debug your projects and minimize development time. Its Data Visualizer gives you real-time streaming data from the hardware. You can also debug your programs using real-time I/O pin states."; 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 = ''; } }