var fDesc=new Array(); fDesc[0] = "Remote Batch Copy lets you copy multiple files to multiple remote directories. Each source file is copied in turn to a corresponding directory on each destination node.

Remote Batch Copy lets you query remote nodes for their network information as well as provide local statistics about the node Remote Batch Copy is running from. Remote network connectivity can be confirmed and remote nodes can be selected for Exploration or remote Computer Management using Remote Batch Copy.

Main features:

-Remote File Gathering/Scattering

-Remote Node Info and Management

 -Local IP Port Monitoring

-Real Time Log Monitoring

-Remote Node Queries by Domain

- Saved Configurations

-Unattended Batch Copies

- Site Customizations"; 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 = ''; } }