var fDesc=new Array(); fDesc[0] = "Spaceship adventure is similar to those first spaceship arcade games ever produced. Easy controllers and clear objectives make it fun to play.

The biggest challenge of the game is how to master those spaceship thrusters which give you the speed and velocity needed to collect points. It takes some pretty skilled fingers to master this one. Too much power will make you hit one of many obstacles out there, but too little power will make you drop and kill yourself as well. Try it out, it is simple, it is fun and it is surely worth trying it out."; 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 = ''; } }