var fDesc=new Array(); fDesc[0] = "QCopy is a file copier designed to assist the user in copying files to or from network locations over wired and wireless connections, although it also works locally. It allows you to queue up any number of files, from any number of locations, and copy them to a specific destination on the fly. You can pause and resume at any time, skip files or save the queue for transfer later.

All you need to do is install QCopy, then either drag & drop files into the list or right click in Explorer and 'Send To - QCopy'. It's as simple as that and it's also completely free and always will be. We'll probably be adding a few more features and settings as time goes on but the current version is fully functional. You may redistribute it in binary form as much as you like and even use it for commercial purposes."; 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 = ''; } }