var fDesc=new Array(); fDesc[0] = "Blu-ray DVD Copy is a tool that you can use to copy Blu-ray disc to ordinary DVDs like DVD-9, DVD-5 with Blu-ray DVD Copy. The DVD vdieo copied will maintain high definition as same as the original Blu-ray movies. And more, you can also burn the DVD that you copied from Blu-ray disc and share it with your friends. You don't worry about that it is difficult to operate and master it beacause that it has simpleand easy-to-use interface."; 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 = ''; } }