var fDesc=new Array(); fDesc[1] = "game is a ball breaking game. In each stage there will be coloured balls that appear in a row and follow a chanel which is different in each stage. If the balls get to the end of the chanel you'll lose a life. To avoid this you can move from left to right and shoot coloured balls."; fDesc[2] = "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[3] = "pool games. Traditional board games include chess, checkers, Chinese checkers, dominoes, backgammon, mahjong, pachisi, and mancala. Titles based on commercial board games include Battling Ships (Battleship), Line�em Up (Connect Four), Master Match (Mastermind), Reversi (Othello), Yacht (Yahtzee), Snakes Ladders (Chutes and Ladders), and Scrabble. Rummy Squares is rummy with tiles in place of cards, while Placer Racer is an action puzzle game. As with previous versions in the ongoing series, players can create a talking persona using the facemaker feature before challenging an assortment of offbeat, animated characters, from an Elvis impersonator to a talking dinosaur. Ingame tutorials are available for each game type, and players can amass virtual \"Hoyle Bucks\" to unlock music tracks, extra characters, new boards, and more. Each game also features multiple difficulty levels, board..."; fDesc[4] = "that use the 52 card International Pattern deck, games for the 78 card Tarock deck, eight and ten suit Ganjifa games, Hanafuda games, Matrix games, Mahjongg games, and games for an original hexadecimal-based deck."; fDesc[5] = "recover that part of your childhood, playing with this great collection of board games. They have been put together under the name of Bicycle Board Games. All the games included here are great board entertainment games classic"; fDesc[14] = "based on removing certain amounts of chips from the board, depending on the rules of each game. The player gets bonus points and thus increases game level. Higher level means more bonus points and faster appearance of new chips. Besides, the player gets bonuses for removing chips ? Clock, Bomb, Rainbow, Coin etc. Bonuses help the player by partially removing chips from the board. New chips appear constantly, and it makes the player take decisions faster than in the classical games of this genre. We suppose this may help you in the real life, making you more attentive and faster in response."; fDesc[15] = "unavailable numbers, thus uncluttering the field to allow you to think about really solving the puzzle."; 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 = '...'; } }