var fDesc=new Array(); fDesc[1] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers."; fDesc[2] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines."; fDesc[3] = "easter eggs for the most popular games. The data has been collected from the ChEaTs software. The authors updated the cheats to include them in CheMax."; fDesc[4] = "for many games. The cheat codes for any game is available in the internet now, just by a Google search. Cheatbook database is for offline use, when you need a cheat code! The program database contains tens of thousans of cheat codes."; fDesc[5] = "games like Final Fantasy, Chrono Trigger, or Dragon Warrior. Ahriman, an evil deity, has opened the Demon Portal. Dark creatures threaten the great isles. You control Rhen, a girl, whose mission is to halt their destruction and defeat Ahriman before it is too late."; fDesc[6] = "address where a desired quantity (like amount of money) is located so you can change that quantity."; fDesc[7] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it."; fDesc[8] = "XBOX was the most popular console, there were many uses for an application like this. The main one in my opinion was to modify save games with cheats and upload them to a memory card."; fDesc[9] = "up-to-date cheats of PC Games, Dreamcast, PS1, PS2, PS3, DVD Games, Gamecube, N64, NES, SNES, Gameboy, Sega, Xbox cheats + Games Trainers + Games Music."; fDesc[11] = "cheating on commercial or shareware games you have ever seen!"; fDesc[12] = ", files etc. Dividing servers by categories tree and regions. Power search ability. Check links ability. Deleting duplicates abilit..."; fDesc[13] = ", Patches, Trainers, Tricks, Easter Eggs and Previews for PC games. Ability to create your own Game Cheats & Snapshot Database."; fDesc[14] = "a huge range of challenges, unlocking new games, bonuses, cheats and challenges as you go. Hundreds of hours of gameplay."; fDesc[15] = ", reviews, hints, game company info and many other things all in one simple program. Its simplest and really easy to use. It also has many..."; 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 = '...'; } }