var fDesc=new Array(); fDesc[0] = "SFTP client (secure FTP) designed for automation of SFTP, FTP and related tasks. Run 1000+ tasks on a schedule. Goal is to create advanced SFTP and 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 SFTP, 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."; 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 = ''; } }