var fDesc=new Array(); fDesc[0] = "The PICkit Serial Analyzer simplifies the chore of managing serial communication with a device under test. The Windows® user interface (provided) configures the hardware and ‘scripts’ communication with the target device. Scripts created within the software GUI are saved to an internal library for future use. Once created, scripts can be conveniently assigned to push buttons or simply executed directly from the library index. All communication data and events are posted to a transaction window in a readable format."; 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 = ''; } }