var fDesc=new Array(); fDesc[0] = "FileCOPA is a fully featured PCI Compliant FTP Server with SSH (SFTP), SSL, TLS support and selectable ciphers for Windows. FileCOPA does not limit the number of connections and you can configure an unlimited number of users. With FileCOPA's active control panel, you can even see who is online, and what they are doing, and as FileCOPA will produce W3C, industry standard log Files you can analyse your logs with any commercially available log file tools."; 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 = ''; } }