var fDesc=new Array(); fDesc[0] = "Use the TCP/IP network (Local or Internet) to transport RS232 full-duplex data communications between two Win95/98 computers. The nominated COM port at each end become connected together as if hard-wired, transparent to the external equipment using the RS232 link. Supports multiple network adaptors (dial-up and local IPs). Auto-Connect across network with retries. View Rx/Tx data traffic. Auto Client/Server management. Control local/remote Loop-back testing all from one end."; 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 = ''; } }