var fDesc=new Array(); fDesc[0] = "The Seneca Z-8AI has 8 configurable single ending analogue inputs with one single common for the 8 input signals. Each input is independently configurable in Current or Voltage. The Z-8AI also features four 100 Ω resistors for use as shunt resistors for current inputs. Configuration of the device including communication and sampling time used is done using the Z-NET or Z-PROG software."; 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 = ''; } }