var fDesc=new Array(); fDesc[0] = "BitScope DSO is much more than just oscilloscope software for your PC. It provides a full range of test instruments in one easy to use software package. DSO takes full advantage of BitScope's powerful mixed mode waveform and logic data capture capability.

Control panels surround its large display in a single window providing instant access to all the parameters. There's no need to move overlapping windows or dig through nested menus to find the function you need."; 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 = ''; } }