var fDesc=new Array(); fDesc[0] = "TCP Port Toolkit is a protocol, data, and timing analyzer designed specifically to help isolate problems with TCP/IP(or UDP/IP)-based data communication protocols. TCP Port Toolkit is an indispensable test tool for industrial control and SCADA design engineers, OEM development and test engineers, system integrators, field service and maintenance engineers. The product enables shorter and less costly development intervals for TCP/IP communications equipment, improved mean-time-to-repair following equipment."; 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 = ''; } }