var fDesc=new Array(); fDesc[0] = "Blu-ray to DVD Pro is perfect Blu-ray converting software which allows you to copy Blu-ray movies to DVD or AVCHD with only one click. Its innovative HST™ Technology will make the Blu-ray to AVCHD conversion extremely fast, 500% faster than before. The built-in SmartExpress HD video codec module and SmartBurn burning engine will ensure an effective burn. If the Blu-ray movie is encrypted, a third party decryption application, like Blu-Ray/HD DVD Copy Helper, is needed."; 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 = ''; } }