var fDesc=new Array(); fDesc[2] = "flash based massively multiplayer online role-playing game (MMORPG). Its concept is mainly that of a tactical game featuring wild humor but with a unique style if we compare it with other MMORPGs."; fDesc[3] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans"; fDesc[4] = "give you lots of entertainment. Wreck your brain with this game! It is the most powerful chess simulator available on a personal computer."; fDesc[5] = "futuristic game is set in the twenty-sixth century, in which the player has to assume the role of the Master Chief, a cybernetically enhanced \"SPARTAN\" super-soldier."; fDesc[6] = "game you can select to learn, to practice and solve some puzzle moves and to challenge other players and opponents. In this game you can select many opponents with different abilities."; fDesc[7] = "manufacture of chocolates. You’ll have to learn to produce chocolates, get recipes, negotiate with dealers, and go travelling around the world to get some exotic ingredients and hard-to-find recipes. It's a strategy game in which you will be receiving several missions to accomplish."; fDesc[8] = "entertainment. The game includes three version of checkers: Russian, English and give away."; fDesc[9] = "fully adictive game offers a bunch of new attracting features. With its amazing graphics and visual effects, this suite of the saga delights the already devoted fans and gains new ones."; fDesc[10] = "this game we must build towers to kill the enemies that try to attack our city. If they are able to get to the city some of our peasants will be killed. The aim of the game is to be able to keep some people alive after the wave of attacks is over."; fDesc[11] = "\"shooter.\" However, you don't actually shoot anything other than a special gun you are given. The gun is called Aperture Science Handheld Portal Device or \"portal gun.\" With it, you can \"bend\" the physics' rules."; fDesc[12] = "all know that babies are indeed delivered by storks. It the only fact that we humans know for sure. In this game, you can see how the whole process goes. Babies are first manufactured in a factory, where conveyor belts take them into several machines to assemble them."; fDesc[13] = "he finds the Master Emerald, he'll be back on his course of doom and destruction."; 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 = '...'; } }