var fDesc=new Array(); fDesc[0] = "Harry Potter and the Half-Blood Prince is a video game, developed by EA's Bright Light Studio and published by Electronic Arts.
Return to Hogwards to help Harry survive his sixth year. You will have a chance to engage in exciting wizard duels, mix magical ingredients in Potions class and take to the air as the Seeker of the Gryffindor Quidditch team. You may even get sidetracked by Ron's romantic entanglements as you journey towards a dramatic climax and discover the identity of the Half-Blood Prince. Explore Hogwards at night: Take on night-time missions while the castle sleeps. See more of the wizarding world: Explore new magical places like The Burrow, and the Horcrux cave."; 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 = ''; } }