var fDesc=new Array(); fDesc[0] = "In Total Annihilation: The Core Contingency, players discover that the Core lost its 4,000-year battle against the Arm and the galaxy is being rebuilt.

But rumors of a surviving Core Commander, hidden as part of a contingency plan during the end of the war, are true.

Both the Arm and Core are now racing to retrieve an artifact of new alien technology, the only remaining element the Core needs to achieve its mission to destroy the Arm and the galaxy."; 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 = ''; } }