var fDesc=new Array(); fDesc[0] = "This software was designed for industrial measuring and controlling. It performs the measurement and controlling by hardware access. You can display the values from the test stand as diagrams, process graphics or tables. Changes of settings will be performed online, there is no need to stop the test stand. You can also take up to 5 different measurements at one time, In this measurements not only the data itself but all the graphic settings were saved in the measurement files."; 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 = ''; } }