var fDesc=new Array(); fDesc[0] = "Planet 51 Online is a free game for PC that allows users to land on Planet 51, exploring it and interacting via the internet in a virtual world populated by other fans of the film.
There's loads to do at Planet 51 Online! For a start, there are hundreds of friends that you can interact with. You'll also be given dozens of challenges and missions, you'll be able to explore and discover areas and elements of Planet 51 not seen in the film, play gripping video games, personalise your avatar with endless combinations of facial details, clothes and accessories, and even take your favourite pet along with you on this wonderful adventure."; 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 = ''; } }