var fDesc=new Array(); fDesc[0] = "EmuDiag allows you to test the connection between your computer and the emulator as well as update the emulator firmware. Additionally, the program can
diagnose and test the JTAG connection to your target board. Even though this document refers mainly to Signum JTAGjet emulators, it is also applicable to
the ADM-51 emulator. A rudimentary JTAG design guidelines and troubleshooting section is included to help you solve problems when connecting to the CPU and determining a malfunction of the emulator."; 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 = ''; } }