var fDesc=new Array(); fDesc[1] = "can arrest people, is online and there are opponents that are very difficult, you can make almost real missions, in which one holds four companions to fight the enemies"; fDesc[2] = "changes is the ability to turn into a werewolf during game-play. The game is fun itself, but it is plagued by a lot of technical issues."; fDesc[3] = "your character has. This includes the glaive, a triple edged metal boomerang that can shred your opponents to pieces. The game is fun and entertaining, recommendable for action gamers."; fDesc[4] = ", but with an MMO element. You can create and customize your own special forces operative and buy equipment so you can use it. The game also features experience points and ranks. These elements make Soldier Front an interesting choice for FPS fans."; fDesc[5] = "is the creator of the original script of the video game.The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities."; fDesc[6] = "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] = "great FPS action, with beautiful maps, great weapons and lots of accessories. If you are a special forces fanatic, or you are into the FPS scene, give this game a try."; fDesc[9] = "Vietcong, a first-person action shooter set during the infamous conflict in Southeast Asia! Command expertly trained members of the U.S. Special Forces on critical missions through dangerous territories! You are the leader of one of the finest fighting forces ever assembled. It's time to show the world what you"; fDesc[10] = "features 10 Special Operations. Each op team has a special role. There are 25 new missions and the user can call in devastating air strikes to take out key SAM and SCUD missile sites. Users can create their own multiplayer games and maps with the mission editor."; fDesc[13] = "leadership of a unique commander. Battlefield 2. Special Forces adds a total of eight new maps, including a spaceport, an airfield, and an island.With Battlefield 2: Deluxe Edition, you get the original Battlefield 2 plus the Battlefield 2: Special Forces expansion."; fDesc[14] = "character and fly, power up, transform, melee, and beam your enemies into pulp. Each character is given signature moves and abilities to compliment different style of play. Some are stronger in hand to hand combat, others are better with energy attacks. Play in three different game modes, deathmatch, team deathmatch, and capture the dragonballs. There is a learning curve so newbies beware."; fDesc[15] = "and Electronic Arts. This expansion pack offers a total of eight new maps, and it includes a spaceport complete with everything and a launching pad and rocket, gutted-out cities. It also has an airfield, and last but not least -an island."; 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 = '...'; } }