var fDesc=new Array(); fDesc[0] = "Scorpion Vision Software is a powerful, flexible and extremely expeditious system software tool for industrial vision. The most advanced 2D and 3D solutions are made without any kind of programming.

The Scorpion Starter Kits contain everything you need for bringing your first Scorpion project to life. All kits include a Scorpion Enterprise software license and a 2 days training course where you learn how to use Scorpion Vision Software."; 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 = ''; } }