var fDesc=new Array(); fDesc[0] = "Arvoch Alliance is the first person 3D space combat simulation from StarWraith 3D Games. As a flight commander in the Alliance Navy, you will take on the challenge of leading a team of pilots through a series of missions spanning the vast region of space known as the Evochron quadrant.

As the story unfolds, you will take part in the events that eventually lead to the end of the Federation/Alliance war and the liberation of Evochron. In the midst of an ongoing war, the sudden return of the Vonari signals a dramatic change in the course of human history as forces unite in an epic battle for survival."; 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 = ''; } }