var fDesc=new Array(); fDesc[1] = "variety of different arrangements to play, organized into what is called “levels”. With a wonderful underwater look interface and a warm music you enter into a welcoming atmosphere while playing this game, achieving its main goal: entertaining you."; fDesc[2] = "computer. Control the ball and win the match!"; fDesc[3] = "that NBA Live 2002 had sucked so bad that I was really not going to get NBA Live 2003. However, this game, which is the first NBA game ever released on the PC, was quite OK. The game featured nice graphics for the time."; fDesc[4] = "background of exquisite culinary images and sweet music. Cerebrate and use your wit's to go through all the game levels."; fDesc[5] = "developers basically recreated Quake's deathmatch for Half-Life. Everything you remembered from Quake is there. Even the mad fun you get when you played it online."; fDesc[6] = "home. You're cast away in the Secret Island, and your only hope to escape is to find the clues to come back where you belong. If you don´t know which cards to match, you can ask for a hint."; fDesc[7] = "to open a cooking school. Graphics are colorful and sounds are really pleasant to your ears. You will have a good time with it."; fDesc[8] = "to guess the most popular answers the people gave to a certain question. While this new edition doesn’t have much of a change, it still offers the good things. You can try this game for 60 minutes before you buy the licensed version."; fDesc[9] = "moved horizontally using the mouse. We must stop the balls that fall from the top of the screen. Each ball we miss will increase the computer's score. To increase our own score, we must shoot the collected balls and hit the targets."; fDesc[10] = "graphics and beautiful animations, this game features two game styles, match-3 and collapse, for you to choose along its 150 levels. Easy to play, relaxing, and with nice music, Secrets of Olympus is a nice game to play at your free time."; fDesc[11] = "Entertain with the story of ancient seasons and natural rules, power of water and nature. If you like challenge in knowledge, speed, and reflects, you will love Season Match."; fDesc[12] = "three or more in order to make them fly away from your place. Be fast scaring a certain number of birds or the time will end and the game will be over."; fDesc[13] = "young fashion designer who wants to start her own business. Before doing so she embarks on a long trip to the main cities of Asia to study and learn about the traditional costumes of her ancestors."; fDesc[14] = "give the classic match 3 mechanics a new twist, but also its general approach is original. With beautiful background images and soothing music, this game seems to have been designed to play relaxingly, without time constraints or pressures."; fDesc[15] = "the floodwater gets too high. Play takes place on a board eight by eight squares in size, complete with 32 pairs of animals. It is your task to match up the pairs of animals; match a pair and they are removed from the board."; 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 = '...'; } }