var fDesc=new Array(); fDesc[0] = "Command Ftp Programs can be configured to only upload files that have changed in specified minutes, This powerful feature is ideal for updating web sites, performing off-site backups and limiting the amount of time needed to perform otherwise lengthy updates. It can also control the file extension types that are transferred and force ASCII or BIN mode transfers. Windows 7 Ftp Client also allows you to specify the non-standard ports on the server, use passive mode to transfer files, generate time-stamped log files."; 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 = ''; } }