var fDesc=new Array(); fDesc[0] = "The s2x100 for Dynon Instruments is a viewer for the product s2x100 dual channel digital oscilloscope . The OscilloScope Viewer allows you to view waveforms , measure and split them as you like. You can trasnform the waveforms or you can calculate the difference or sum of two cursors of you choosing."; 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 = ''; } }