var fDesc=new Array(); fDesc[0] = "It is a tool which allows you to make perfect Blu-ray backup easily on Windows. Aurora Blu-ray Copy can backup Blu-ray movie disc to the hard drive and burn the Blu-ray ISO image files from the local drive to discs with absolutely the same quality. Additionally, users can easily decrypt any types of Blu-ray disc and backup them into hard drive directly."; 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 = ''; } }