var fDesc=new Array(); fDesc[0] = "Get ready to experience high-definition with spectacular realism and depth right from your PC with PowerDVD. Ensure that you enjoy the best Blu-ray Disc 3D experience possible by testing your system and understanding the basics as to what this exciting disc format has to offer."; 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 = ''; } }