var fDesc=new Array(); fDesc[0] = "BD (Blu Ray) Advisor is multimedia software with which you can see internet movies and video with powerful result. Experience the true power of interactive high-definition movies with the world's best Blu-ray playback software, PowerDVD, and Blu-ray Discs. Ensure that you enjoy the best Blu-ray Disc experience possible by testing your system and understanding the basics as to what this exciting disc format has to offer. CyberLink BD Advisor tests that your system hardware and software are able to deliver the kind of experience you expect to get."; 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 = ''; } }