var fDesc=new Array(); fDesc[0] = "Alien Onslaught is a small action game, in which you have to crush the alien invaders and protect your intergalactic space.

You can control your spaceship by using the keyboard and the mouse is functional only in the main menu. Your target is to shoot as many invaders you can and also to protect yourself from destructive attacks.

Try to collect helping rewards, because it never knows when you'll need them."; 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 = ''; } }