var fDesc=new Array(); fDesc[0] = "TCP-Com is RS232 to TCP/IP converter software i.e. a software Serial Server. You can easily interface RS232 ports directly to TCP/IP or UDP networks (i.e. Ethernet or Internet). TCP-Com can ALSO redirect Ethernet/IP data to real or “Virtual” RS232 serial ports. This allows you to use existing Windows-based serial RS232 communications software to send and receive data across any TCP/IP 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 = ''; } }