var fDesc=new Array(); fDesc[0] = "Playing as Harry and other key characters in Harry Potter and the Deathly Hallows - Part 2 videogame, you are on a dangerous and urgent quest to locate and destroy the remaining Horcruxes, and with them, Voldemort. Break into the high security vaults of Gringotts Bank, escape Fiendfyre in the Room of Requirement and battle Voldemort’s most powerful allies as you defend Hogwarts in this action-packed experience."; 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 = ''; } }