var fDesc=new Array(); fDesc[0] = "An awesome, really easy to play arcade game in which you, or you and a friend together, have to take the role of a commando sent to a tropical jungle to eradicate an alien threat.

For most of the game, you run to the right across platforms, shooting bullets across the screen to destroy any enemies in your way.

The stages look 3D, but you are still constrained to move left and right."; 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 = ''; } }