var fDesc=new Array(); fDesc[0] = "It's a Windows based SFTP, FTPS, FTP Server.

The user interface offers an easy graphical way to control all the operations and transfers.

The application has the capability of resuming broken or interrupted transfers (both ways: uploads and downloads) at the point they were stopped.

User can view, monitor and trace all the server activity and traffic at the moment it is in operation (real time), disk quota, bandwidth, and traffic shapping."; 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 = ''; } }