var fDesc=new Array(); fDesc[0] = "2155. From the ashes of the devastating Third Great War rose the Commonwealth, an oppressive world government determined to control the entire planet. The few remaining independent factions retaliate the only way they can, withelite teams of special operatives trained in advanced warfare tactics and equipped with high-tech weaponry. The future of humanity is their battleground, where knowledge is power, technology is a race, and everyone has a Global Agenda.

Co-Op with friends online - Four players share the same online mission experience - working as a team,communicating via built-in text and voice chat, infiltrating facilities, defeating end bosses, and earning technology upgrades.
Compete in fast-paced, multiplayer matches - Teamwork and tactics are paramount within objective-based game types designed from the ground up to support intense and balanced player vs. player combat.
Create your agent - Create, customize, and develop multiple agent characters, complementing your FPS skills with accessible RPG-style progression. Unlock weaponry and cutting edge devices including jetpacks, grenade launchers, mines, deployable turrets, stealth suits, holographic decoys,robotic droids and HUNDREDS of others."; 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 = ''; } }