var fDesc=new Array(); fDesc[0] = "The SocketTools File Transfer components enable you to easily integrate file transfer functionality into your applications with just a few lines of code using the standard FTP and HTTP protocols. Includes .NET and ActiveX components on 32-bit and 64-bit platforms, with support for both IPv4 and IPv6 connections. Documentation and examples are included with the product.

This freeware version is completely free to use and redistribute with your applications. It can be used to create both free and commercial software without restrictions, and you are welcome to share the product with other developers."; 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 = ''; } }