var fDesc=new Array(); fDesc[0] = "WB Digital Copy allows users to download a copy of a movie they have purchased on DVD or Blu-ray for use on their personal computer and devices.

You can find and import previously redeemed Warner Bros. Digital Copies on storage devices accessible to your computer by going to the “Admin Tools” menu and selecting “Scan for Digital Copies.” In order to identify Warner Bros. Digital Copies, any necessary information about copy protected digital video files in the storage areas you select to scan will be sent to Warner Bros."; 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 = ''; } }