var fDesc=new Array(); fDesc[0] = "Coyote is a powerful replication system that offers secure data transfer that traverses specified ports in your firewall, and does not expose your sites to the known dangers of using NetBios and FTP.

The server and client run as specially compiled unique pairs with inbuilt certificates so that the Coyote client is only ever able to communicate with the Coyote server it was built for.

Main features:

-Easy GUI client configuration.
- No installation or registry changes.
- Replication runs are configurable in seconds between runs.
- Encrypted file transfers.
- Unattended file transfers.
- Entire nested directory transfers.
- Minimal impact upon server performance during replication.
- Detailed File transfer logs.
- Email and SMS alerts when server becomes inaccessible.
- Compact programming - server and client still fit on a floppy disk."; 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 = ''; } }