var fDesc=new Array(); fDesc[1] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments."; fDesc[2] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac."; fDesc[3] = "stones of the same color diagonally, horizontally or vertically. You can move the falling array of stones by moving your mouse. Once in place, with a click on the left button on your mouse you will drop the entire array."; fDesc[4] = "Blackjack. They differ mainly in the amounts of the bets. Barroom´s bets go from $1 minimum to $200 maximum, while Vegas´ bets go between $100 minimum to $1000 maximum."; fDesc[5] = "every home in San Saba! Take them down city by city, town by town. When you have all of Texas, you have to face your final opponent. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[7] = "you communicate with your headquarters, and keep track of your investigation. The game itself, basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[8] = "clean a mess, first find it and then click on it with the mouse pointer. The second activity is to put the kids in bed before the parents come back home. To put a kid in bed click on it and then click on the bed."; fDesc[9] = "cursor movement keys: left and right will turn the wheel, up will accelerate the motorcycle, down will diminish the speed."; fDesc[10] = "get Slingos (5 matches in a row). What you see in the screen is a combination of a slot machine and a bingo’s card. You can try this game for 60 minutes before you buy the licensed version."; fDesc[11] = "together. Pay attention to little colored fishes that will appear, because if you click over them you will automatically destroy all pears with that color. You can play it with pearls appearing from top to buttom or viceversa."; fDesc[12] = "that can be played online at www.pogo.com. You can play this game in 2 modes, Classic and Pop TV, each with several levels. As you progress, you will unlock different studios and 7 magical power-ups."; fDesc[13] = "the map that the game shows you and you will create a line that will fill the place with rocks and destroy your enemies."; fDesc[14] = "Operative X who wants to capture a Cold War-era criminal mastermind called Dr. Chaos. As in any hidden object game, your goal is to travel to different locations looking for clues by finding the objects on a given list in a certain scene before the time runs out."; fDesc[15] = "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."; 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 = '...'; } }