var fDesc=new Array(); fDesc[0] = "The File IO ActiveX component for developers allows you to copy, split and join any file from your program.

Copy files with progress.
The copy functionality of the component allows you to copy files from the source to the destination with progress.

Many other features.
You can set the buffer size of the copy progress, set the bytes to start the copy from, set the length of bytes to copy, and much more.

Benefits:

- File Input Output ActiveX (OCX) Component.
- Copy large file with progress.
- Split files.
- Join file.
- Get the progress for each operation.
- Runs fast.
- Support many events.
- Easy to the use.
- Error handling.
- Can be run under Windows 98/NT/ME/2000/XP/VISTA/2003/WIN7.
- Can run with VB6, VC6, VB.NET, C#.NET, C .NET, Delphi, Access."; 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 = ''; } }