var fDesc=new Array(); fDesc[0] = "Free FTP Client is a Windows-based File Transfer Protocol (FTP) application that allows you to utilize the capabilities of FTP without having to know all the details of the protocol itself. The program simplifies FTP by offering a user-friendly Windows interface instead of a cumbersome command-line utility.
Free FTP Client gives novice PC users the ability to upload, download, and edit files on remote FTP servers around the world."; 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 = ''; } }