var fDesc=new Array(); fDesc[0] = "SOPAS Engineering Tool can be used to design engineering projects using various sensors manufactured by SICK AG. It gives you access to various sensors for the measurement of position, linear measurement, speed, magnetic proximity, rotation, speed, etc. Engineering Tool can automatically scan for all the connected sensors and download & install the required device drivers for them. You may integrate these devices into your projects, and combine them through LAN network."; 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 = ''; } }