var fDesc=new Array(); fDesc[0] = "Acronis Universal Restore restores your system to any available machine. It is designed to allow a machine to boot its operating system initially after a restoration/deployment of an image to hardware that is different from the one it was taken from, and then proceed with the installation of other drivers and configuration."; 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 = ''; } }