var fDesc=new Array(); fDesc[0] = "Drox Operative is a starship action RPG with warring alien races, fierce space battles, a dynamic, evolving galaxy, and co-op multiplayer game.

Main Features:

- Explore a dynamic and evolving galaxy.
- Explore a unique sector of the galaxy in every game, with different monsters, ship components, quests, and even races.
- Fight in the galactic war between the various alien races.
- Battle hundreds of different enemy starships.
- Outfit your ship with thousands of components and crew.
- Adventure with your friends with co-op multiplayer."; 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 = ''; } }