var fDesc=new Array();
fDesc[0] = "Copy Master easily allows you to copy files while showing progress percentages and how many files have been copied.
Copy Master is a very useful application that was designed in order to help you easily copy your files from one hard drive location to another, local or LAN / Wi-Fi, and even to USB memory devices as fast and reliable as possible.
The program comes with a simple and user-friendly interface. More than that, all the necessary options are very easy to find and understand, in case you are a computer novice.
Basically, the program will copy all the files found on your desired source location to any memory device connected to your computer, local or LAN / Wi-fi.
This application is completely and absolutely portable!
Features found in Copy Master:
- Cancellation of copy progress
- Quickly copy a large number of files
- Perfect for data backup or directory cloning
- An option to over-write existing files if necessary
- Copy files while showing progress percentages and amount of files that have been copied
No Java or .NET required, Green Energy Software.";
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 = '';
}
}