var fDesc=new Array(); fDesc[1] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes."; fDesc[2] = "take the user from World War I to the modern day and back to World War II. This particular game takes you to the South Pacific Ocean and helps relive the scenarios of the Japanese-American battles."; fDesc[3] = "of a few different soldiers fighting for different Allied factions during World War II. Each of the game's 10 missions is split into different stages. The game's graphics are particularly great, specially the smoke effects from smoke grenades and explosions, and sound is nothing less than superb."; fDesc[4] = "simulation of infantry combat in the European and North African Environments during World War II. Allied Assault is the first game in the Medal of Honor saga to be launched for Windows. Patch 1.2 brings several changes and improvements."; fDesc[5] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power."; fDesc[6] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals."; fDesc[7] = "era for gaming. This game first saw the light when it came out for the XBOX 360's opening. Gamers all over the world were thrilled by all you could do."; fDesc[8] = "universe of Star Wars movies. The game tells the story from the times when the Galactic Republic falls to the destruction of the Death Star (Episode III and Episode IV)."; fDesc[9] = "of oil. This makes the whole world economy to be disturbed and peace is torn to shreds because countries are trying to take over the remaining oil wells. Kaos Studios puts you in this situation. What will you do you?"; fDesc[10] = "expansion bases itself in the struggle for the British isles, and sets several kingdoms waging war between them. With all the great things that make Total War great and some more, this is an expansion to have."; fDesc[11] = "for the New World has never been more challenging. This expansion pack is the answer for all of those that were calling for more of the New World."; fDesc[12] = "Teutonic Order or the Easter Pagans for supremacy. The expansion lives up to all the expectations and it is a must have for all Total War fans."; fDesc[13] = "introduced the corrupts, better known as the Zann Consortium, a faction leaded by a strange, dark and twisted character named Tyber Zann."; fDesc[14] = "imagine comes to Earth and the war that takes place there. Set in the not too distant future, the story takes you to lead all kinds of units against the forces of the universe, which have been averted against the Earth."; fDesc[15] = "you have to control your plane while trying to destroy the enemy. In terms of flight simulator is kind of poor, since the only factor you control is the direction. Altitude, speed and else you won’t control and the simulator won’t let you crash."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }