var fDesc=new Array(); fDesc[0] = "Galaxy Invaders 1.0 is a space shoot´em up game.

In this remake of the classic game of the arcades (like Galaga, Space Invaders, and so on), you´ll need to destroy the aliens, stop the invasion and save the Earth.

The game is viewed from the top, you control a spaceship on the lower end of the screen, shooting the enemies that will appear from the top.

You can move the spaceship to the right or to the left using the cursor movement keys, and fire with the space bar. You can´t move your spaceship in any other way.

You´ll need to destroy all kind of enemies, that will also try to shoot you. You´ll also have to avoid the collision with the enemy spaceships, or the meteors that will appear from time to time, that can´t be destroyed firing at them.

The game has some problems with some graphic cards, like VIA/S3G UniChrome, where you won´t be able to see some texts in the game.

Some enemies, when destroyed, will release different power-ups, that will benefit you in several ways. You can get better weapons, shields, extra points, etc."; 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 = ''; } }