var fDesc=new Array(); fDesc[1] = "The registered version includes five different games: easy, classic, modern, hard, and extreme. Each game has several levels. In the free demo, we can only access the easy game with seven levels. We can customize the options for a better performance."; fDesc[2] = "obstacles and must not forget of collecting the prizes that will help to win the race. Another thing to have in mind is that you have to deliver the truck to the base in time."; fDesc[4] = "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[5] = "several games related to prices. It’s a multiplayer game allowing up to four simultaneous players, because that’s the capacity of the show. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "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[7] = "Stars World Championship and the Dominoes Stars World Cup. Dominoes Stars offers the possibility of learning how to play dominoes."; fDesc[8] = "different difficulty levels,kids between age 4-7 yrs would really relish learning the so called difficult subject MATHS.Arthur`s Maths games would really shape the calculative abilities of children."; fDesc[9] = "speedboats, yachts and seaplanes in races around the virtual world to win prizes and popularity and become the top racer in the league. With Powerboat GT players must win races, gain popularity for sponsorship or take on jobs, for cash."; fDesc[10] = "realms. Apart from the card game, there are several quests, \"Wizard's Games\", and other bonus games that make it more interesting and enjoyable."; fDesc[11] = "challenges or get punished for bad results. You can choose the power of your spin by pressing the left mouse button when the power bar is up or you can choose a slow spin to get in a correct place when the power bar is down."; fDesc[12] = "human opponents, amazing 3D graphics, and tournaments with real cash and prizes! Download it now!!"; fDesc[13] = "subjects, from pop culture and music, to politics and history, and beat your opponents to get the best score or win real money and prizes. The game is dynamic, challenging and entertaining."; fDesc[14] = "balloons. You must pop all the balloons and form groups of identical colors to clear all your screen and collect all the items and prizes. In this game you can Play Show mode or Classic mode, show mode has 6 different TV shows and classic is a single mode."; fDesc[15] = "the world. Extraordinary objects, a large number of bonuses and surprises await you."; 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 = '...'; } }