var fDesc=new Array(); fDesc[0] = "The Smart Temperature Acquisition System(SMTAS08) is an 8 channel temperature measurement system. It was designed to get the best possible temperature measurement results with the SMT160 Smartec temperature sensors. The SMT160 is a three-terminal integrated temperature sensor with a duty-cycle-modulated square-wave output signal. If the SMTAS08 board is equipped with the TO18 version of the SMT160 sensor, then an absolute accuracy of 0.7 °C is obtained. The resolution however is 0.02 °C !"; 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 = ''; } }