var fDesc=new Array(); fDesc[0] = "MPLAB XC32 Compiler is a program that adds the flexibility to develop and reuse C projects and components for all 32 bit MCU devices. It is compliant with the majority of C 98 and C 2003 ANSI standards, it includes the Dinkumware Standard C library and it can be used with all C or mixed C/C projects in MPLAB XC."; 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 = ''; } }