var fDesc=new Array(); fDesc[0] = "NcFTP 3.2 is a cross platforms ftp command replacement for an operating system's own built-in FTP commands. It supports different Linux distributions and Microsoft Windows. This program works only from command line and shares the native FTP program with all basic features like file transferring, choosing between Ascii/Binary type of transfers, anonymous login, switching between active and passive transfers, changing file permissions. But it also has several features that don't exist in the native windows FTP commands such as adjustable reconnection delay when disconnected. Another feature is the auto resume for broken downloads. A very interesting feature is that it can show the progress during file transfers. Other unique features are the ability of working with local files/dirs and remote at the same time, bookmarking, file viewing and editing features .The most interesting feature is the background downloading/uploading and managing background jobs in real time. The program has also a limited command line calling parameters."; 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 = ''; } }