var fDesc=new Array(); fDesc[0] = "Cinavia protection is a nuisance for people who try to backup their Blu-Rays and DVDs only to find out later once the original is damaged that Cinavia on their backups will cause muted playback and a Cinavia protection note on their screens. The same fate is shared by viewers who download movies from Cinavia-infested torrents and end up getting frustrated with the unusable content. People are left wishing that if only they could have known it before downloading they would have saved themselves a lot of trouble."; 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 = ''; } }