var fDesc=new Array(); fDesc[0] = "ADInstruments Multipoint Calibration is a PowerLab add-on that allows you to convert raw voltage signals from your PowerLab to your studied quantity. This program extends Units Conversion (which provides a two-point linear calibration) in LabChart to allow you to perform linear and non-linear corrections on any input using up to 12 standard points, in real time."; 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 = ''; } }