var fDesc=new Array(); fDesc[0] = "So you're this big killer cyborg, but for some reason instead of quickly blasting the bad guys with lazers or something you decide to take them all on hand to hand.

Fine, but problem is your high tech robot knows a total of three moves: one punch, one kick, and a jumping-type kick. Talk about wasted opportunity.

Also for some reason instead of jumping like a normal robot you have to launch into the air with rockets, which like the laborus task of turning around is too hard to control.

Sadly the graphics and animations are all this game has going for it. Due to the high amount of frames of animation the robot controls very slugishly."; 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 = ''; } }