var fDesc=new Array(); fDesc[0] = "ComStation Rescue 2.0 is 3D, third-person Space Game.

The game revolves around the Wymacet Horde. The Wymacet Horde is back and they have captured ComStation C12. The user must eliminate all Horde Warriors from C12. If even one of the horde warriors is left, the mission fails. The user can use the arrow keys to ascend/descend and the mouse for direction, firing (left mouse button), and acceleration (right mouse button). When the gamer destroy a fighter ship, they are able to pick up its energy core to add energy to their ship. However, if they shoot it before they get there, the user will not be able to add its energy to the ship. Therefore, taking care is necessary while firing.

The game features interesting graphics and game play. The energy shows the amount of health the frog has. The lives show the number of turns left for the gamer to play. The score includes the number of balloons collected by the user. The game has comprehensive difficulty level based on the old school game base. The user can only save the game once they progress further in the game thus making it more challenging."; 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 = ''; } }