var fDesc=new Array(); fDesc[0] = "For a long time now, conflict has been brewing between the humanoid Gollians and the insectoid Szaarth Collective over the overlapping boundaries of their star systems.

That's why the area between the blistering Gal'tur Nebula and the Myzon Abyss is considered a hot zone and is avoided by civillian space traffic. Heavily armed warships from both sides try to intimidate the enemy by patrolling the area.

When the rivals encounter one another, it quickly turns into armed conflict: Winged bombers fly from the warships, ready to take on the enemy. It's ruthless one-on-one combat as the pilots test their skills against one another in the ultimate battle.

The fighters are taking on the heavy artillery of the enemy star cruisers! They exchange heavy fire using flaming plasma rays that cause tremendous damage on the opposing side.

The battle continues and both sides are ready to take it to the limit. Experience this impressive galactic battle for yourself - order now!"; 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 = ''; } }