var fDesc=new Array(); fDesc[0] = "For component- or system tests, e.g. „End Of Line“ you mostly need a sequence of commands to find out if everything works in the right way. XS Sequencer is a “cheap” and “easy to use” solution. With this application you configure a sequence and download it to one of our hardware products like Basic XS, USB XS or Blue XS. Then you can disconnect the hardware from the Laptop or PC and the sequence is running autonomous."; 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 = ''; } }