var fDesc=new Array(); fDesc[0] = "PowerTCP Web for ActiveX is a COM interface for retrieving web pages and posting data from within local applications. It can be used to automate web searches, secure file transfers, etc., using your Windows application. This API can perform HTTP/S requests, including GET, POST, and HEAD. SSL2, SSL3, PCT, TLS support ensures stream-level security.

PowerTCP Web for ActiveX can be used with Visual Basic, Visual C , FoxPro, ASP, VBScript (wscript, cscript, etc), and MS Office VBA."; 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 = ''; } }