var fDesc=new Array(); fDesc[1] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!"; fDesc[2] = ", 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[3] = "randomly created levels, items and events. The player creates a heroic character, completes quests and battles through innumerable hordes of demons to advance through experience levels and branching skill paths"; fDesc[4] = "game is a first person shooter in which the main goal is to collect trophies for your hunting. In the game of course you carry a gun, and you can change your position from standing, crouching, or prone in order to increase your accuracy and a have a better view."; fDesc[5] = "over 40 missions to complete. Before the game begins, players are presented with a Commander Screen interface where they can choose orders for team-mates and make changes during their game."; fDesc[6] = "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[7] = "leading FPS engine. It has five huge levels, which features places like Aztec ruins as well as Arctic Circle. It has a wide range of weapons that includes pistols, grenade launchers, sniper rifles as well as rocket launchers. The human damage"; fDesc[8] = "designed for 8.5\" x 11\" paper, with regular and ink saving versions. Create your own targets with the TargetWizard."; 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 = '...'; } }