var fDesc=new Array(); fDesc[0] = "edtFTPnet/PRO offers a set of robust and powerful components and controls that make transferring files using the FTP, FTPS and SFTP protocols a breeze. All protocols are supported in a single component meaning switching protocols is as simple as changing a property. The unique FTP GUI Toolkit enables you to develop the bulk of your Windows Forms FTP functionality in minutes."; 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 = ''; } }