var fDesc=new Array(); fDesc[0] = "Acronis Migrate Easy 7.0 is a powerful data migration software that will allow you to quickly and easily deploy a new hard disk on your PC or laptop. This incredible application automatically migrates all your data, programs, operating systems, settings, and everything else in a few minutes. Acronis Migrate Easy 7.0 features an extremely easy to use Windows XP-like wizard-driven interface which makes this boring process a breeze. What is more, it has automatic and manual hard disk upgrade modes and allows you to install a new hard disk drive as a boot disk or as an additional storage device. As regards partition management, it creates, copies, moves, and deletes partitions, and also resizes transferred partitions to match a new hard disk size. It supports disks of over 180GB and includes special sector-by-sector support for other partitions and corrupted file systems. As far as security and safety is concerned, the program first creates a hard disk installation scenario and then implements it. Also, old disks can be wiped securely and when you copy partitions, an original HDD remains unchanged."; 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 = ''; } }