var fDesc=new Array(); fDesc[0] = "Year One Post Terra allows you to apply great attention to detail. Each ship is individually designed, allowing you to maximize effect while minimizing cost. You can choose between beam and projectile weapons to arm your ship - each with it's own pros and cons. You can choose engines and reactors to provide the ship's power. And you can customize the design to the resources available on each colony. It will take more than a little cunning to design the ships that will defeat your enemies. You can also design the details of your colonies. Build climate controlled domes to protect the colonies buildings. Then fill them with the factories, housing, food production, mining, life support, power plants and everything else your colony needs. And don't forget to provide your colony with some defenses. They can face attack both from the air and armies on the ground. But of course you can also build armies of your own. Investing in research will allow technology breakthroughs in all of these areas. Not an easy game to master, simple survival will take some skill. Do you have what it takes to not just survive, but guide your forces to victory?"; 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 = ''; } }