var fDesc=new Array(); fDesc[0] = "The MPLAB C Compiler for PIC32 is a full-featured ANSI compliant C compiler for Microchip's PIC32 family of 32-bit microcontrollers. The compiler is fully compatible with Microchip's MPLAB IDE and popular third party IDEs.Microchip offers high performance floating point and DSP libraries for the PIC32 included with the MPLAB compiler. Each library contains easy to use functions and complete documentation."; 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 = ''; } }