var fDesc=new Array(); fDesc[0] = "Super Copy provides a very robust way to copy files in Windows. Super Copy does not prompt you for more information once the copy has started; all options are specified beforehand. This is simply a lightweight interface for XCOPY, and will not negatively affect your system's performance.

Main features:
- "Calculate Results" mode allows you to see what files will be affected.
- "Open" and "Save" allow you to import and export automatically generated batch files
- Resume ability - recover from a power failure without having to restart the process.
- Log summaries
- Handles large amounts of data (over 100GB per transfer)
- Ignores locked files
- Copies hidden/system files
- Recovers from temporary network disconnects"; 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 = ''; } }