var fDesc=new Array(); fDesc[0] = "Acronis True Image WD Edition Software helps you to completely clone your current system drive onto your new WD hard drive. Cloning makes an exact copy of your old system drive on your new WD hard drive, including the operating system, applications, data, preferences, and email settings. Everything will be present and operate exactly as it did on your old hard drive. Acronis True Image WD Edition now supports WD Advanced Format Drives and ensures that all partitions are optimally aligned."; 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 = ''; } }