var fDesc=new Array(); fDesc[0] = "In the distant future, humans are surrounded by friendly robot helpers. But when a terrible computer virus rips through the robot population, the machines rise up and attack their creators. Now it's up to you to face the growing threat and eliminate the rogue robots. As a special agent, you are equipped with a unique “bombermobile” loaded with highly destructive explosives. But you'll have to find power-ups and upgrades to transform your vehicle into the ultimate robot-destroying weapon. Complete your mission—blow up every robot and free the world."; 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 = ''; } }