var fDesc=new Array(); fDesc[0] = "The PIC24F Starter Kit contains everything needed to begin exploring the high performance and versatility of the PIC24F microcontroller family. This inexpensive kit includes an integrated in-circuit debugger and programmer, USB device and host connectors, tri color LED, capacitive touch pad and an OLED display. Menu driven demonstration software supports data logging, thumb drive, and graphics applications to test the PIC24F MCU. The PIC24F Starter Kit includes integrated hardware debug and programmer circuitry to develop, program and test applications on the board’s PIC24F MCU device --all from the MPLAB graphical development environment. A USB connection to a host computer supplies communications and power to the board --no additional external power supply is needed. The kit comes with pre-installed demo application software. Just install MPLAB IDE, connect the USB cable to the board and PC and you are ready to go!"; 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 = ''; } }