var fDesc=new Array(); fDesc[0] = "The MPLAB XC8 C Compiler is a free-standing ISO C90 compiler that supports all 8-bit PIC MCUs. It features editing errors and breakpoints that match corresponding lines in the source code, single stepping through C and C source code to inspect variables and structures at critical points, and data structures with defined data types, including floating point, display in watch windows."; 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 = ''; } }