var fDesc=new Array(); fDesc[0] = "Robo Smasher is a free online multi-player game that combines third-person shooter action with block-moving strategy.
In a distant galaxy, two planets battle against each other in search for the precious eggro bean. These beans possess mystical powers that provide a reliable source of energy. The Auros, a peaceful race, have depleted their natural resources and must collect the beans to power their planet. The Nemos, an imperial war-like race, are collecting the beans to build a vast army of mechros in order to conquer the galaxy one planet at a time. The mechros are robotic machines that require eggro beans for power and upgrades. Forces from both sides have been sent to collect the beans from specific planets like the Jungle Planet, Treasure Planet, Ice Planet, and the Ghost Planet.
Your goal is to knockout your opponent. You can do this in many different ways. For example, you can use your blast punches to drain their hit points, or you can knock them out instantly with a moving block. As you play you will discover many different strategies to knockout an opponent and you can use this to your advantage when you purchase items and upgrade your mechros."; 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 = ''; } }