var fDesc=new Array(); fDesc[0] = "Based on the last three Harry Potter books and final four films, LEGO® Harry Potter™: Years 5-7 takes players through Harry Potter’s heroic adventures in the Muggle™ and wizarding worlds. From Privet Drive in Little Whinging to Diagon Alley™, Hogsmeade™ and Hogwarts™ – plus new locations including Grimmauld Place, the Ministry of Magic, and Godric’s Hollow – players will encounter new faces, new challenges and new magic, preparing them for the ultimate face-off against Lord Voldemort™."; 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 = ''; } }