var fDesc=new Array(); fDesc[0] = "AbleFtp - FTP client designed for automation. Run 1000+ FTP tasks a day. You can create advanced FTP tasks that can be scheduled automatically or run instantly. Supports a very flexible wildcard system to transfer multiple files at once. Supports subdirectory transfers. Can automatically save files based on date/time or customized names. Comes with a powerful and flexible task scheduler. Email Notification of task failure based on task exit code. Remote Ftp and local directory monitor can detect directory change and trigger FTP , zip, copy, delete tasks. Can also detect file size, total files, file modification dates and trigger other tasks if required. Multiple Connections; Unlimited simultaneous threads. Unlimited FTP browsers can be opened. Proxy / Firewall support SOCKS5, SOCKS4, SOCKS4A, HTTP Proxy. Backup Features: Copy, Zip, Unzip tasks; Automatically Caches Remote Directories during automated tasks."; 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 = ''; } }