var fDesc=new Array(); fDesc[1] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels."; fDesc[2] = ", voiceless 22nd-century space marine called by the Union Aerospace Corporation to its Mars research facility to face a set of with mysterious problems. The game supports only up to four players on a handful of maps and in a small number of different deathmatch-style modes."; fDesc[3] = "the hit action-puzzler is here! Glory and adventure await in your quest to save Egypt from doom. Defeat the rebellious princes of Megiddo before they overthrow Pharaoh and plunge two lands into chaos!"; fDesc[4] = "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[5] = "always searching profits, has established a new base to continue the study of a Martian civilization uncovered by the original science team. In general, this expansion meets all the fans' unsatisfied ludic needs the original version could not cover."; fDesc[6] = "action games. Stay as long as possible on fighting pits against hordes of zombies and skeletons. 40 missions and two additional modes: Survival and Greed."; fDesc[7] = "allows texture, model and sound add-ons so they can be ported into the original Doom. It gives a new life to an already great game and allows gamers to live nostalgia and fun at the same time."; fDesc[8] = "BomberMan. Does not contain violence and suitable for kids. Online contest for best players. Extra levels/missions will be released."; fDesc[9] = "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[10] = "different. It starts presenting the space marine crash-landing on Earth after getting rid of the demons in the UAC facility, but as he lands, he finds out that the demons have invaded Earth so now he must help evacuate the survivors and free the planet from the hell-threat."; fDesc[11] = "ports for editing. The editor is straightforward yet powerful. It also includes a 3D view on command so you can review how the map will look in-game. This is the best map editor for the Doom engine."; fDesc[12] = "more than 600 servers in 56 countries.The most popular games currently on Kali are: Warcraft 2, Descent 1 & 2, Command & Conquer, Diablo, Doom 2, Duke Nukem 3D, Links LS, Mechwarrior 2, Mercenaries, Red Alert and many more..."; fDesc[13] = "includes a couple of launchers so you can find and add the data you need for the IWADs. There is also a nice control panel in-game. It doesn't offer anything more than Doomsday in terms of performance, but is still a good port to try."; fDesc[14] = "You explore rooms and open doors with your mouse or the keyboard, choosing weapons and collecting ammunition as you go."; fDesc[15] = "the game is able to create and environment only with the sound engine. It allows players to guide themselves only by sound. This game is a great achievement and shows what software for the visually impaired can do."; 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 = '...'; } }