var fDesc=new Array(); fDesc[1] = "you ask me. The franchise started back in the year 1993 on the Sega genesis. Since then, this game has been improving in almost every aspect possible."; fDesc[2] = "bonus up to $600! That's one of the most generous bonus plans around. Download Titan Poker now, it's easy, fast & free"; fDesc[3] = "the game, we are in a Pool or Snooker room, with a game table playing against another user. The high quality 3D graphics are excellent, and we can go around the table in 360 degrees."; fDesc[4] = "say that I am an Engineer. This game gives us a new challenge in each stage. In each stage there are several machines or elements fixed in the screen and some others that we can use as we want to reach a goal stated at the beginning of the stage."; fDesc[6] = "modes of play, accurate physics and modelling, play snooker and chat with others on the Internet."; fDesc[7] = "the times of the Iron Curtain. Plot: The story puts you in the shoes of Matthew Carter, a freelance journalist who makes a trip to Moscow to investigate a story that could give him the Pulitzer prize in which are involved the U.S. presidency and the KGB"; fDesc[8] = "in different scenes. The game is organized into rounds and you have to progress by finding all the items listed in each of one. As you progress in the game you collect prize tickets which will allow you to buy prizes in the park prizes store."; fDesc[9] = "Stars World Championship and the Dominoes Stars World Cup. Dominoes Stars offers the possibility of learning how to play dominoes."; fDesc[10] = "knowledge and get a prize if you pass. General Knowledge Quiz is a fun gradual challenge where you should answer ten questions before moving to the next level, you also have to have seven out of the ten questions right to move on."; fDesc[11] = "has been designed to teach mathematics to children ages 4 to 6. The program includes over 20 maths concepts and skills, 15 activities and games, several challenging levels, rewards to motivate the children, etc."; fDesc[12] = "you manage to do that, then the game will award you with different bonuses and prizes. Gem Ball 3D has features of two types of games: it is partly an arcade game and it has also elements of a puzzle game."; fDesc[13] = "challenge. Find the figures and collect prizes to fill up your pot of gold before time is up. Solve each level and increase your challenge with Lucky Clover."; fDesc[14] = ", gain coins and advance your level! Trade-in your coins for REAL CASH."; fDesc[15] = "50% match bonus on up to $500 purchases"; 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 = '...'; } }