var fDesc=new Array(); fDesc[0] = "Robokill Trainer is a futuristic shooting game from Rock Solid Arcade. Aggressive robots have captured the space station. Your mission is to kill the robots with all available weapons.

Blast the other robots to bits with four customizable weapons slots, grab cash as your work your way through the space station and upgrade your rig to take on tougher and less forgiving enemies. If you die, the robots will reclaim a few rooms, so don't die!"; 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 = ''; } }