var fDesc=new Array(); fDesc[0] = "In version 1.1.4, there are improved multi-direction edge detection tools including Position, Width, and Edge count. These enhanced tools add greater flexibility to detect edges in both horizontal and vertical directions. Also improved is the ability to adjust the timing for job switching from 10 to 100 ms to accommodate older PLC’s and controllers. And with other tools like Brightness, Contrast, Contour, and Pattern Match, applications can be solved with ease using the industries most user friendly setup and configuration aid."; 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 = ''; } }