var fDesc=new Array(); fDesc[0] = "Act of War: Direct Action is real-time strategy game, this title´s plot is based on present day events, describing a conflict that seems to come out of a news tv show rather than a book, despite having the script made by Dale Brown, an American famous writer and columnist who gives his imagination to the development of this game.
In this opportunity you will be able to choose between the side of terrorists or UN forces side and wage a relentless battle with your friends or with other players from the Internet.

Plot:
A secret organization called 'The Consortium' formed by a series of oil magnates has decided to sponsor a series of terrorist groups whose aim is to destabilize the world economy, trying to achieve their own interests.
You're in charge of a special force made up of veterans and young soldiers on one side and on the other side you can choose to play the party of the terrorists. Whatever side you choose, your goal is to end the opposing side using your resources.
A remarkable thing is the graphics, the recreation of actual weapons and vehicles as the Comanche helicopter or the famous B2, invisible to radar. At any given time has been sought to provide a full set of absolute realism from the development of the story to the geographic location of the stage.
In addition, the sound effects are excellent, you will feel as if you were inside a real war."; 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 = ''; } }