var fDesc=new Array(); fDesc[1] = "you expect. This game includes shooting, fire, weapons and equipment, special effects, intense battles, worthy adversaries. I think you won’t be bored, as you are waited for different surprises and real challenges."; fDesc[2] = "improvement of the game predecessor Star Wars: Battlefront. This game adds all the new elements of the last film of the saga, Episode III"; fDesc[3] = "II. It is an excellent choice because at that location and historical period reached its the highest expression of the classic aviation war combat."; fDesc[4] = "struggle for supremacy. Mechanaughts are fully customizable, and you can add individual parts to them. The game's action is very fast and entertaining, and it does not need huge amount of time to enjoy the game. Really recommended for most action fans."; fDesc[5] = "tons and tons of new content and aircrafts. The game has great graphics, great physics and an excellent multiplayer game. If you like combat flight simulators, then you must already have 1946, but if you don't, you should buy it."; fDesc[6] = "combat. You customize and add new parts and abilities to your robot. You can engage in a lot of PvP combat, and increase your skills as your experience grows. However, the game can become a little repetitive. Its free though, so you can try to see if you like it."; fDesc[7] = "modified version of the game is used by the US Marines. There are so many options and features that make this game just great. If you haven't played it yet, you certainly should."; fDesc[8] = "incorporates new functionality, like the Missions Publisher , and some improvements. Above all, it incorporates a much improved flight model if compared with its predecessor."; fDesc[9] = "that come for you from the land, the sea or the air. You will be able to rotate your helicopter by using your mouse, and you will command its movements through the cursor movement keys. You will fire your cannons by pressing the left mouse button."; fDesc[10] = "Union attacks the NATO forces causing Cold War to turn into Hot War. This patch brings several enhancements including visual effects, better textures, improved physics, as well as fixing the problem with Instant Action starting without any gun ammo after the patch."; fDesc[11] = "Plot: In 2008 the area which includes Iran, Afghanistan, India and China has become in a new republic, the Democratic Republic of North Djombystan (DRND) The leaders of this country gave permission to USA government to make a subterranean base on its territory."; fDesc[12] = "combination of all-out carnage and active strategy, gives War World a unique blend of fast-paced gameplay which moves way beyond the normal – run, shoot, repeat action of popular FPS titles!"; fDesc[13] = "1-10 players that presents them with the challenge of completing 25 modern battle scenarios to win the game. The game is based on real world and hypothetical conflicts and close Combat Marines which is used in Close Combat Modern Tactics 1.0 as a USMC training simulation."; fDesc[14] = "realism in physics and aircraft modeling, and excellent mission campaigns, the value for money of this game is great. Add to that the huge amount of goodies available on the Internet, you will spend a lot of time on this game."; fDesc[15] = "classic Atomic Games series of games and this one emulates the battles of the Eastern Front of WWII challenging the tactical game ability of users. The game features an enhanced scenario editor which allows players to create their own scenarios."; 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 = '...'; } }