var fDesc=new Array(); fDesc[0] = "Disk Copy is a powerful yet easy to use tool which allows you to create a sector-by-sector disk/partition copy regardless of your operating system, file systems and partition scheme. In fact, the sector-by-sector method assures that your copy will be 100% identical to the original. This incredible application can be used for coping, cloning, or upgrading your original small hard drive to a new larger one. What is more, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. The application supports IDE, SATAI, SATAII, SCSI, Firewire(IEEE1394) and USB drives, Dynamic Disk, inaccessible disk copy and booting from CD Rom. It also relays disk space for insufficient destination. All in all, if you are looking for an application that enables you to copy anything from your old hard drive including the deleted, lost files and inaccessible data, or make a partition clone in a simple, fast and safe way, Disk Copy is perfect for you."; 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 = ''; } }