var fDesc=new Array(); fDesc[0] = "SimpleSend enables automated sending of document files via secure FTP or email. SimpleSend enhances the functionality of SimpleIndex in several ways as well as functioning as a standalone application.

Features:
- Upload files to an FTP server
- Support SSL for secure FTP transfers
- Email files to one or several users
- Select files from a CSV file or any delimited text file
- Connect to any database to select files
- Insert CSV or database fields in email recipients, subject or body
- Select multiple sources and destinations for each transfer
- Split large file sets into smaller files for emailing
- Integrate with 3rd party applications via command line"; 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 = ''; } }