var fDesc=new Array(); fDesc[0] = "iTool Blu-ray Copy is a powerful and professional Blu-ray copy tool which can copy Blu-ray disc movies to another Blu-ray disc, DVD disc or to computer. With this Blu-ray copy tool, you can easily decrypt and burn Blu-ray movie discs, and then backup Blu-ray movies as you like. iTool Blu-ray Copy enables you to choose copy whole Blu-ray disc content or just the main movie, and enables to remove unwanted content such as subtitles or prohibition messages."; 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 = ''; } }