var fDesc=new Array(); fDesc[0] = "BDlot DVD ISO Master is the only freeware to backup any DVD to ISO on the market. It can save regular and encrypted DVD to ISO without support from a third party DVD decrypting software, as it has the ability to remove both DVD region codes and other DVD protections like CSS, CPRM, CPPM, APS, UOPs, ARccOS, Rip-Guard, and Disney X protection. It can also burn ISO to CD/DVD/Blu-ray disc in a super-efficient way thanks to embedded cutting-edge burning technology!"; 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 = ''; } }