var fDesc=new Array(); fDesc[0] = "The PICkit™ Serial SPI Demo Board was designed to easily connect to the PICkit Serial Analyzer (DV164122). The PICkit Serial Analyzer provides the SPI master mode serial communications and power. The PICkit™ Serial SPI Demo Board devices all operate in the SPI slave mode and can easily be connected to virtually any demo or development board by connecting the communications lines to connector P1."; 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 = ''; } }