var fDesc=new Array(); fDesc[0] = "Magic Blu-ray Ripper can help you rip Blu-ray Discs & ISO files to various HD video formats, such as AVI, MOV, WMV, MP4, etc. This program can remove all kinds of Blu-ray protections, including region code, AACS, and BD+. For unrecognized protection methods, it automatically searches and downloads decryption files from bluerayripper.com."; 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 = ''; } }