var fDesc=new Array(); fDesc[0] = "TCP-File allows you to easily log TCP/IP data from any number of TCP/IP ports directly to disk files.

Main Features:

- Supports an unlimited number of TCP/IP connections.
- Each TCP/IP connection can log data to its own file or to the same file as any or all other connections.
- Supports both client and server TCP/IP connections.
- Supports multiple client connections simultaneously when configured as a TCP/IP server."; 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 = ''; } }