var fDesc=new Array(); fDesc[1] = "motorcycle steering skills. Amazing realistic motion, complex obstacles, jumps and all these are in full 3D!"; fDesc[2] = "your neighbors efficiently. The game includes 3 different modes: Speed, Memory, and Simon says. The three of them offers a different game play, although you're essentially doing the same thing: picking orders and dropping them on the corresponding restaurant."; fDesc[3] = "goal. You will have gears of different colors and sizes, each gear will give you a different amount of points. Some will indicate to you how many points you will get and some will not."; fDesc[4] = "When you create the match, those tiles disappear from the board and are filled up with new relics and artifacts. Sometimes, the new tiles will create new matches triggering a chain reaction. If you create matches over the stone tiles, you pass the level."; fDesc[5] = "reach the enlightenment. Its ease of play and relaxed atmosphere, plus its beautiful graphics make it a very enjoyable game."; fDesc[6] = "minute rate on your keyboard. Now you can improve your typing speed and accuracy level by practicing texts. By default it comes with many test texts but you can type your own text and include the same in the default texts."; fDesc[7] = "game you can select to learn, to practice and solve some puzzle moves and to challenge other players and opponents. In this game you can select many opponents with different abilities."; fDesc[8] = "for clothes tailor made, and even when they’re somewhat patient to wait, you should not pressure them too much, otherwise, you won’t be able to sell anything. You can try this game for 60 minutes before you buy the licensed version."; fDesc[9] = "have to sort the similar colors together in order to get an atomic reaction. Atomica has two modes of game-play, a strategic turn-based mode and a fast-paced real time mode. This game will definitely take up some of your time if you play it."; fDesc[10] = "shape to win an upcoming tug-of-war competition. You´ll have to serve the customers of your fitness center, and will have to conquer different goals in order to get to the next level."; fDesc[11] = "the pets, cut their hair and much more. After just one day working at Pet Corp, our character is fired and she decides to create her own pet shop. As with any new business we must buy furniture, equipment and lots of things."; fDesc[12] = "game features colorful graphics with funny characters (Dora and her friends Boots, Backpack and Diego from the popular program Dora the Explorer), and great music and sound effects."; fDesc[13] = "interface. Download Free Solitaire World and Play for Free!"; fDesc[14] = "to take care of them. Build the most amazing kindergarten in the city making kids happy in your place. Increase your popularity in the society and more parents will bring their babies to your place."; fDesc[15] = "evaluate free of charge for a 30-day period. If we are satisfied we can purchase it from the same site. It runs under Windows 2000, XP and 2003 operating systems."; fDesc[16] = "babysitting all day. You're now a stork, proud owner of a nursery in which you look after several baby birds at once, which isn't easy. You'll have to prepare food, collect water, sing lullabies and even entertain the young birds."; fDesc[17] = "several areas of our skills: memory, language, logic and intuition, with a background story that captivates from the very beginning. The games are basically puzzles of all kinds, that require a mental efforts and entertain at the same time."; fDesc[18] = "chips, bonuses, awards, and other tricks that will entertain you all the way through the game levels. At last a casino where you are sure to win!"; fDesc[19] = "couple of minutes, but not more than that. The objective is to catch little bees that fly around the grid, by weaving a spider web around them."; fDesc[20] = "Domination. You were involved in to check the blast in the city in the World Domination by using tricks and diplomacy"; 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 = '...'; } }