var fDesc=new Array(); fDesc[0] = "Gordon Space Odyssey free shooting game for kids is back.

You are in the role of a spaceship pilot in the galactic area of Gordon Gate. You are the last remaining pilot from the star alliance. All hopes of humanity lay upon your shoulders. Humanity is counting on you to protect the Earth from alien invasion. You will be dealing with alien x3 space bombers, type Quuark laser assault missiles and other alien technology. Your advantage is the small size and the agility of your spaceship.

Though inferior in terms of firepower you still have a good chance to destroy those alien fighters."; 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 = ''; } }