var fDesc=new Array(); fDesc[0] = "The PICkit™ 1 Flash Starter Kit is a low-cost development kit with an easy-to-use interface for programming Microchip’s 8-/14-pin Flash family of microcontrollers. This starter kit is designed to help you get up to speed quickly using PIC® microcontrollers.
The kit provides everything needed to program, evaluate and develop applications using Microchip’s powerful 8-/14-pin Flash family of microcontrollers. Instructions are provided in a series of seven tutorials that cover I/O, Interrupts, A/D Converters, Comparators, Data Tables and Timers. All source code files for the tutorials are furnished."; 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 = ''; } }