var fDesc=new Array(); fDesc[0] = "Fly into the colourful world of Robotopia and take control of your very own Battle Bot, shaperning your skills against the crazy defence droids of Gradion.
Upgrade your Robot's abilities as your progress and spend gold earned through missions of new weapons, personal banners and even Retro Arcade Games.
Take your Robo machine online and test your skills agains other players in multiplayer games, battling it out with your laser sword and power gun to become champion!"; 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 = ''; } }