var fDesc=new Array(); fDesc[0] = "Easewe FTP ActiveX Control is a powerful and easy-to-use ftp activex component. The program supports all standard ftp features,such as upload/download file or folder with resume capability, proxy, and SSL connection. It can be easily integrated into any development environment that supports activeX control, such as VB6, PB, Delphi, .NET, etc. It can also be embedded in a web page as a cab file and controlled by scripting languages, such as JavaScript and VBScript."; 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 = ''; } }