var fDesc=new Array(); fDesc[0] = "The In-Sight® Explorer spreadsheet view provides a robust, flexible and efficient way to configure the vision tools and handle the data created from a vision application. Drag and drop vision tools and graphics palette along with menu-driven tool property sheets makes job configuration simpler. The In-Sight spreadsheet includes specialized functions, options and operations that allow you to solve complex applications without ever writing a line of code.
There are easy ways to depict the dependency of the tools with each other. In addition, the powerful CustomView option allows you to expose the most process critical parameters to the operators who may modify them on the floor. This makes operator interaction very easy. The same CustomView can be deployed on the VisionView® operator interface panel."; 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 = ''; } }