var fDesc=new Array(); fDesc[0] = "Terraformer, Expedition to Mars, V1.3(Demo)

Earth is dying.
In a desperate effort to save humanity, all the the nations of Earth pool their dwindling resources together one last time to construct and equip three space ships.

The mission: Terraform Mars and pave the way for human settlement of the planet.

Upon reaching Mars, all three ships are shot down by enemies unknown, crashing to the surface, leaving you, the captain and science officer of one of these ships, marooned on a hostile world.
Can you survive, explore and terraform the planet, ensuring the survival of the dying human race?

You are Earth's only hope."; 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 = ''; } }