var fDesc=new Array(); fDesc[0] = "In TerraTech you design, construct, and command a fleet of vehicles, as you battle your way across the lawless frontiers of new alien worlds. In the distant future, Earth's natural resources have been depleted, and as an off-world prospector it's your job to travel to alien planets and scour them for valuable materials. These can be refined and shipped back to Earth in return for cash, or crafted into new components to augment your fleet.

The rarest resources unlock the best equipment, so expand your territory and capture enemy bases, to secure your position on each planet."; 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 = ''; } }