var fDesc=new Array(); fDesc[1] = "flash based massively multiplayer online role-playing game (MMORPG). Its concept is mainly that of a tactical game featuring wild humor but with a unique style if we compare it with other MMORPGs."; fDesc[2] = "becoming the best tactical shooter out there, and until a couple of years ago, it was the best. Now it is just a great tactical first person shooter. The game puts you on command of a tactical squad of elite police officers."; fDesc[3] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting."; fDesc[4] = "generation console, and thus, to millions of willing players. The popularity that this game achieved was unprecedented. The reasons for that are simple."; fDesc[5] = ", good graphics, and a $0 price tag, it all rounds up to be a winner. This game beats other commercial games in the way they presented it. It is a great game and it is free."; fDesc[6] = "air to a much saturated genre. This was possible due to a combination of excellent turn based strategy, resource management and tactical 3D combat in real-time with a surprising result."; fDesc[7] = "and have them available. Take full advantage of all the tools provided, the strategic areal views will help your team to plan ahead."; fDesc[8] = "takes place on a massive space colonization nave which is being attacked by an alien force that has annihilated the planet Earth before the beginning of the game."; fDesc[9] = "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[10] = "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[11] = "Studios. Now your commandos are prepared to take the deadliest mission yet as you venture deep into enemy territory across three extensive campaigns from the frozen ruins of Stalingrad through to the forests of central Europe and onto the beaches of Normandy."; fDesc[12] = "and multi-player game play of combined arms combat. It is based on the classic Steel Panthers game. It could be played in full screen or windowed mode, using either DirectX or Windows GDI based graphics."; fDesc[13] = "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."; fDesc[14] = "There are gems with special abilities: joker gems, filler gems, rockets, grenades and indestructible gems. The game modes are time gems, classic gems, tactical and puzzle mode."; fDesc[15] = "removes many tactical elements of the game, and makes it more action-oriented. Although the game is not bad and still fun, this may not be of the liking of R6 fans. It is still an entertaining game, and now it is at a bargain price."; 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 = '...'; } }