var fDesc=new Array(); fDesc[0] = "Set 25 years after the events of the original game, Supreme Commander 2 begins with the assassination of the newly elected president of the colonial defense coalition.

The CDC members deny involvement, blame each other, and a galactic war ensues! Experience brutal battles on a massive scale! Wage war by creating enormous customizable armies and experimental war machines that can change the balance of power at any given moment.

Take the role of one of the three enigmatic commanders, each representing a unique faction with a rich story that brings a new level of emotional connection to the RTS genre, or fight the battle online."; 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 = ''; } }