var fDesc=new Array(); fDesc[0] = "Eurotherm iTools allows the configuration and monitoring of Eurotherm temperature and process controllers, power controllers, and recorders. It is capable of editing, storing, and cloning of complete controller configurations as well as setting up data logging, process monitoring, and Ethernet and modem connections.

iTools support Eurotherm nanodac, 2000 and 3000 Series, and Mini8 controllers. It also provide runtime monitoring of the 6000 Series graphic recorders."; 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 = ''; } }