var fDesc=new Array(); fDesc[0] = "CopyQ Demo is a unique inexpensive program that lets you create batches of file copy operations so you can move or copy multiple files to multiple destinations.
CopyQ Demo has the ability to make automatic backup operations, to copy or move multiple source files to multiple destinations over a network. With this tool you can save lists of files to be copied later or you can archive your source files for easy backup."; 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 = ''; } }