var fDesc=new Array(); fDesc[0] = "EtherNet/IP Scanner Simulation Test Tool (EIPScan) is a Microsoft Windows-based software application that simulates a simple EtherNet/IP Scanner to allow developers to test and debug their EtherNet/IP products.
EIPScan provides I/O Server and I/O Client, Message Server and Message Client functionality. EIPScan is capable of originating a variety of I/O connections to exchange I/O data with the 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 = ''; } }