var fDesc=new Array(); fDesc[0] = "Features:

-The board is designed with high-speed USB micro-controller and high accurate measuring in micro second resolution.
-Receive the signals directly from the remote controller, no need to destroy or open the remote controller when testing.
-The intact waveform can be showed clearly and steadily on PC; most of the oscilloscope doesn’t show this way.
-It can test the width of pulse, the length of code, Number of bits, lead code, system code, key code, repeat code, etc
-Support 35 to 41KHz signals carriers remotes from all are between this frequency.
-Uses inbuilt windows USB drivers so no need to install or troubleshoot external drivers. Appears to windows as HID input device.
-The program run under Windows XP or Windows 7(32 & 64 bit OS), the interface is functional, friendly & easy to use.
-Supports any waveform Zoom in, Zoom out & bit number indicator.
-Get time between any two points.
-Receive correctly the commands from TV, VCR, VCD, DVD, AC remote controllers, or any."; 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 = ''; } }