var fDesc=new Array(); fDesc[1] = "with an integrated online competition feature, thus maintaining the realism of pool championships in style of the real life."; fDesc[2] = "users. And unlike Race, Death-Match does allow you to walk and shoot other gamers. This is truly the mod you should add to your GTA:SA."; fDesc[3] = "developers basically recreated Quake's deathmatch for Half-Life. Everything you remembered from Quake is there. Even the mad fun you get when you played it online."; fDesc[4] = "the First Episode. The second part is bundled in a game that is called The Orange Box. The graphics of this game were so spectacular back then that it was hard for me to run it. They look OK now."; fDesc[8] = "You'll need to rely on your guts, instincts, agility, and, of course, plenty of powerful weapons. This version includes four maps (q3dm1, q3dm7, q3dm17, and q3tourney2) and six characters (Sarge, Visor, Major, Grunt, Daemia, and Stripe). You can play with others across a local area network or the Internet.Game modifications based on version 1.17 code will NOT function with this point release."; fDesc[10] = "features with the physics, the weapons and the overall death-match experience. It is still a very popular mod and many servers still use it. If you plan to play HL Death-match you should add the AG mod."; fDesc[11] = "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[13] = "can also play a Mixed Match where the computer selects a random game each round."; fDesc[14] = "mode. When playing alone, players can go up against artificial intelligence-controlle d bots very much alike an arcade-fighting game. At the end of each level there is a one-on-one fight that takes place in smaller, tournament-style arenas."; 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 = '...'; } }