var fDesc=new Array(); fDesc[1] = "world. This game offers player a very exclusive variety of tournament which are very popular all over the world. You can play with or against the best poker players and thus show your poker skills."; fDesc[2] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first."; fDesc[3] = "You will have a board full of colored gems. You need to swap identical gems .Swap adjacent gems to make sets of three. If you have the option of swapping four gems that will create a power gem that, when swapping it too, will give you extra points."; fDesc[4] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining."; fDesc[5] = "graphics and a lot of interesting routes will catch your attention to this game. Are you up for the challenge? Don't think it's so easy."; fDesc[6] = "We take every necessary precaution and step to protect the integrity of our Poker Room"; fDesc[7] = "robberies. Law enforcement bodies are no longer able to curb well-armed gangs. A special task force squad has been called to interfere."; fDesc[8] = "Gametop.com. You do not have to register, just download and enjoy the game. You will be able to have better weapons and an extra life if you move and shoot all the time. Of course that all the controls are in the keyboard and you shoot with the right click of the mouse."; fDesc[9] = "The base is attacked by the air forces of the enemy. The enemy troops are landed periodically."; fDesc[10] = "intuition into a challenging game of patience. My Free Mahjong breaks into reality - it becomes truly 3D!"; fDesc[11] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[12] = "nice graphics, and introduces a quest mode, where you can get lots of variations and levels that make it really addictive."; fDesc[13] = "goods. I you love action and persecution, Mad Dogs on the Road will give the right option to challenge your ability and fun. This game is a free download game and a very simple game to play."; fDesc[14] = "kinds of video games, from classic arcade games to the newest PC hits. It is the perfect software for all gamers, since you can play the games in its original format, right in the Game Tap window."; fDesc[15] = "time since it can keep our minds active, while providing hours of entertainment. This jigsaw puzzle offers about twenty good-quality pictures for you and your family to solve."; 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 = '...'; } }