var fDesc=new Array(); fDesc[0] = "IQANdevelop is a software tool for adding modules and channels to the IQAN control system in order to build functions for the developer's mobile machine application. IQANdevelop software is used with the IQAN-MDM master/display and also with the IQAN-TOC8 and IQAN-TOC2 standalone controllers.
IQANdevelop is also a tool for measuring and troubleshooting IQANdevelop platform systems. With a logging function, measurements can be viewed graphically."; 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 = ''; } }