var fDesc=new Array(); fDesc[0] = "Diaspora is a single and multiplayer space fighter combat game set in the reimagined Battlestar Galactica universe.

You can create your own missions and share them with the included mission editor. You can also play multiplayer missions against your friends as Colonial or Cylon forces.

It has been 40 years since the devastating war between the Colonials and the Cylons. 40 years where no one has seen or heard of the Cylons. 40 years where the armistice has held."; 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 = ''; } }