var fDesc=new Array(); fDesc[0] = "ProtectBURN is today’s leading copy protection system for recordable Video DVDs in terms of effectiveness, compatibility and ease of integration. Four of the leading six Hollywood studios trust Protect Software to protect select titles against copying and ripping. Also ProtectBURN is used to protect Oscar nominated titles and perform screener distribution of pre-release movies."; 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 = ''; } }