var fDesc=new Array(); fDesc[1] = "same color, vertically or horizontally, to make them disappear from the board. In order to get to the next level you will have to make a certain number of matches"; fDesc[2] = "through 70 levels. With stunning graphics, amazing animations and 3 game modes, Rainbow Mystery is bursting with fun!"; fDesc[3] = "is a small town. By day it´s a quaint village full of sunshine and banter, by night a place haunted by hoof beats and spectral laughter."; fDesc[4] = "one of the most addicting games ever. It has colorful graphics and suspenseful music and great images. It is user friendly, and the instructions are clear and easy to understand. Madame Fate's life is in danger. It is up to you to help her."; fDesc[5] = "Windows... the downloadable version of ALCHEMY! Now you can play anytime you like, of"; fDesc[6] = "yourself searching for hidden items in a beautiful island. Organize the place and solve the Mystery of Island of Hope."; fDesc[7] = "scenario is a sea shore and the waves coming forward and backward. Each wave will bring some valuable items and junk, all together and mixed up. Your goal is to find in the mess the items the game requests to you, by graphically listing them on the bottom of your screen."; fDesc[8] = "The game will provide a list and some hints in case you get stuck. What makes this game a bit different from others of the kind is that not always provides a list of specific items to do, but sometimes give you a category in which the items you have to find could be categorized."; fDesc[9] = "a horse to visit other locations such as the store. The gamer can work on a dude ranch harvesting vegetables, feeding livestock, and baking cakes. They can even try their hand at barrel racing and lasso practice."; fDesc[10] = "Faceless Rider! Los Burritos sounded like a great place to stop for a snack, but Scooby and the gang soon learn that the town is haunted! The \"learning\" players will have to help the gang search for clues."; fDesc[11] = "single players to role play as the main character in the main, story-driven game that also includes two multiplayer challenge games for players."; fDesc[12] = "adventurers on a clue-searching trek into the depths of the rain forest. From reading maps to building bridges, every activity brings you closer to unraveling an astonishing mystery—and to mastering important 3rd grade skills!"; fDesc[13] = "select them and clear them. To reach each level you must find the golden tiles and make them available to collect them."; fDesc[14] = "catch them, when you get the goal amount of coins you will finish the stage and receive a secret gem. Be careful not to hit blocks with less than 3 similar gems or you will be creating stones that can not be removed from screen."; fDesc[15] = "attention and entertainment with different tasks and cases to solve. Search for every clue that you consider can help solve the cases and use them when needed, that way you will find out what is going on."; 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 = '...'; } }