var fDesc=new Array(); fDesc[0] = "The Fast Response Output is an add-On for LabChart that allows you to control the digital outputs on /30 and /35 series PowerLab units and the analog outputs on /20, /25 and /30 series PowerLab units (other models not supported), which is useful for generating rapid responses from within the PowerLab itself."; 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 = ''; } }