var fDesc=new Array(); fDesc[0] = "LabChart software combines the familiar simplicity of a traditional strip chart recorder and oscilloscope with the powerful analysis features of a digital acquisition system.

In conjunction with a PowerLab data acquisition unit, LabChart software (for Windows and Macintosh) provides the data integrity, display and analysis features needed for today's science. LabChart offers easy selection of hardware settings, powerful online and offline analysis, procedure automation, seamless extraction of experimental data and clever display options."; 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 = ''; } }