var fDesc=new Array(); fDesc[0] = "The multiplayer gamers will celebrate!
The Advanced Tactical Center now comes included in the game. You will be able to design new strategies, discuss them with your team and have them available. Take full advantage of all the tools provided, the strategic aerial views will help your team to plan ahead, you'll be able to have up to 16 players on the same team to chat about the decisions to be made, you can save your tactics for easy sharing, you can add your custom images, and it's completely free."; 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 = ''; } }