var fDesc=new Array(); fDesc[0] = "BatchSync Secure is a secure and high speed solution for automating file synchronization, backups, mirroring, and replication over the FTP, FTP/SSL and SFTP over SSH2 connections. BatchSync Secure is designed to be run scheduled and unattended at the server, with extensive logging options and email notifications to help with remote monitoring."; 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 = ''; } }