var fDesc=new Array(); fDesc[0] = "You can get an oscilloscope, spectrum analyzer and signal/waveform generator all in one. (With PicoScope’s ability to continuously stream data you can even use your oscilloscope for data acquisition.)
It has tooltips and help pages to explain all the features. You benefit from the power of the PC, and the familiar Windows interface and controls, making the software easy to use. PicoScope 6 is powerful yet easy to operate."; 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 = ''; } }