var fDesc=new Array(); fDesc[0] = "NeuroCheck is a general purpose image processing software for industrial quality control.

The software has been designed to meet the requirements that an up-to-date quality management system makes on the visual inspection of every single item.

Using NeuroCheck, you can check completeness of assembly groups, surface quality and measurements of work pieces, correctness of inscriptions and precise positioning.

The NeuroCheck concept with its integration of development and runtime system and the intuitive Windows user interface makes it easy for you to create image processing applications and reduces cost through easy reconfiguration and rapid turn-around."; 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 = ''; } }