var fDesc=new Array(); fDesc[0] = "Chart software records data continuously to hard disk, on one to four channels (depending on e-corder model). Scope software records data on one or two channels in a series of sweeps.
Use Chart software if you have previously worked with chart recorders or flat-bed plotters. Data is recorded in a series of adjacent blocks, within the one file, as you start and stop recording. You can scroll backwards or forwards through the blocks to review your data."; 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 = ''; } }