var fDesc=new Array(); fDesc[0] = "You start of with a plane, which has infinite bullets and dodge enemy fire while shooting them down.

You have your normal weapons which you can upgrade by grabbing power ups. The variety of power ups are the same; missles, turrets, extra guns and even guns which fire behind you. Nothing too fancy but adequate enough. There are two problems with this, one you can not power up the ?extra's? like the rockets, you can only change them by grabbing a different power up and two, to change your power up type you have collect a different one on screen. This is annoying when you just know you need a backward firing gun power up but can't get it because there aren't any ?power-up? ships around.

The levels all are of decent length and are reasonably challenging, consisting of a nice mix of small and weak foes, larger and more deadly ships and pods that release power-ups. While some of the bosses are very easy, a couple of them provided a fun challenge."; 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 = ''; } }