var fDesc=new Array(); fDesc[0] = "USB JTAG NT is the second generation of USBJTAG, which is a Windows based EJTAG tool for all MIPS core CPU. It provides a fast programming speed and supports PIC32MX as well SPI flash, making it one of the fastest SPI flash programmers in the world. You can program MX25L0165A for only 8 seconds."; 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 = ''; } }