var fDesc=new Array(); fDesc[0] = "SiAM-CRIOSoft is the new integrated developement environment for programming and configuration of SiAM electronic devices. It also allows connection and monitoring of any generic device which implements modbus slave protocol, both serial or TCP/IP.

This version supports the following devices:

- Generic modbus slave (serial or TCP/IP)
- SiAM Sonda T-H v1.0 (PE00005)"; 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 = ''; } }