var fDesc=new Array(); fDesc[0] = "FileZilla Secure was made to implement a missing feature of the FileZilla FTP client by adding encryption to the stored passwords to protect them from being stolen.
Adding master password functionality is the first requested feature for FileZilla. The maximum number of transfer threads has been increased from 10 to 1000! While 1000 is not recommended 20, 50, and even 100 threads have been shown to work and have increased transfer speeds by over 5x."; 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 = ''; } }