var fDesc=new Array(); fDesc[0] = "BDBear Blu-ray Copy is a smart tool that allows you to copy and backup Blu-ray movies to BD-R/RE, hard disc or ISO files with just one click. This powerful Blu-ray copy has two copy modes, multiple settings and you are free to customize and personalize your own Blu-ray according to your specific needs."; 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 = ''; } }