var fDesc=new Array(); fDesc[1] = "matchmaking and text and voice chats. Features game news and downloadable demos. When you install GameSpy Arcade 2.05, the program seeks for supported installed games in your computer, in order to allow you to play them online. If it finds nothing, it will later help you to find some."; fDesc[2] = "the action: you are not going to fight the terrible Stroggs all by yourself, since you will have the support of elite squads made up of special marines who carry with them state-of-the-art technology, and with whom you will be able to interact."; fDesc[3] = "the Mozilla plug-in you can play with FireFox or SeaMonkey. The performance is better than with the IE plug-in and the size is smaller. Overall, the Quake Live game is fun and smooth to play. This is the future of gaming."; fDesc[4] = "fictional in nature. That is to say, there is an alien species and technology is much more advanced that the tech present in Battlefield games. But the gameplay is kind of the same."; fDesc[5] = "combination of real and arcade elements that make the game fun and entertaining. The game still has a lot of players and it is still going strong, 11 years after its first release."; fDesc[6] = "basic game files, you can then play the game against others around the world. The basic Quake III game elements are available. An excellent option to play Quake anywhere in the world."; fDesc[7] = "models from a huge list. yYu can draw your own model skeletons, assigning/creating new materials (like textures), and visualize them in four separate view panels, each one with his own display configuration and settings."; fDesc[8] = "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[9] = "has a ripper that can analyze other game files. It is simple to use and very powerful. If you handle resources from different games, this is the only program you need."; fDesc[10] = "characters are submerged in a futuristic sci-fi environment, although the objective remains the same: kill everything you find in your way."; fDesc[11] = "a lot of firepower. Your mission is simple: stop the machines from taking overEarth. The registered version features 9 different worlds, 27 levels all with unique monsters and graphics. There areover 30 weapons to your disposal, and DOMINATION is the only game in the world that lets you log in and actually 'program' the computers within the worlds. If youre a DOOM or Quake fan then Domination is one you should add to your collection."; fDesc[12] = "multiplayer games online. It works with most existing games, such as Half-Life, Quake II, Diablo, Tribes, Unreal Tournament, and..."; fDesc[13] = "Arena and Quake 4, but it can also import most of the popular image file formats. It also supports Flash generated sequences, which is handy for adding title scenes to your AVI movies."; fDesc[14] = "with colours and fancy letters. Not only can you make colourful names, but you can see what it will look like, using the preview window."; fDesc[15] = "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 = '...'; } }