var fDesc=new Array(); fDesc[0] = "InTouch software provides graphic visualization which takes your operations management, control and optimization to a whole new level. The InTouch HMI reputation stands above all the rest. What the industry now knows as Human Machine Interface (HMI) all began with InTouch software over twenty years ago.

No other HMI can match InTouch software for industry leading innovation, architectural integrity, unequaled device integration and connectivity, uninterrupted software version migration path, and truly legendary ease of use."; 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 = ''; } }