var fDesc=new Array(); fDesc[0] = "Mankind has been slaughtered and only a few colonies remain.
They will be destroyed as well, in just a few minutes.
As the commander of one of the last terran starships, you will be boarded by refugees hoping to escape from oblivion.
You will load crates of critical material and perhaps the last fuel your ship could receive, just as the attack would begin."; 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 = ''; } }