var fDesc=new Array(); fDesc[0] = "This plug-in can turn your publications into simple and easy to use TCP/IP servers and clients. You can prepare your publication to act like a server, a client or both at the same time, allowing you to send ASCII text from servers to clients and vice-versa. The plug-in is based on the native and well tested Windows Winsock(tm) architecture and does not require any third-party file or DLL. Following the philosophy of my other npMsgs plug-in, but in this case you can communicate with publications situated on different computers around the world."; 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 = ''; } }