var fDesc=new Array(); fDesc[0] = "If you are site owner who uses local computer to develop a web-site and who frequently updates web-pages, images, archives, etc. to a remote server, then 1ClickFTP is intended for you. The program automatically finds and uploads to the remote server all modified and new files from your local copy of the site.
Just make the necessary adjustments on the local computer. And then, just click on a button and all the necessary files will be updated. 1ClickFTP automatically creates all the needed folders on the remote server.
It is possible to upload while still editing the local files without stopping the
editing of your site local copy. The utility also supports multiple uploads.
If you are busy webmaster or site owner and you want to increase your efficiency, then 1ClickFTP is certainly recommended for your use."; 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 = ''; } }