var fDesc=new Array(); fDesc[0] = "Blu-ray DVD Decrypter is a program that removes disc protection like AACS, BD and MKB on Blu-ray discs and CSS protection on DVD discs. The program decrypts Blu-ray/DVD discs by removing the disc protection and region code restrictions, enabling you to access them no matter where you are."; 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 = ''; } }