var fDesc=new Array(); fDesc[1] = "Granny needs to run, dig, climb, swing, float and tumble through 5 worlds and over 170 levels to rescue her cats from Dr Meow. You control the Granny by using the cursor movement keys to go up, down, left or right, and the spacebar to dig."; fDesc[2] = "guesses. The game includes 8,000 words and phrases arranged into several categories that go from TV shows and music, to History and Literature. HangAroo is very entertaining, and a really good pastime for adults and kids as well."; fDesc[3] = "arcade game Pac-Man. This game is a freeware which doubles the enjoyment as the player need not to bother about trial period and can enjoy playing the game with a free mind."; fDesc[4] = "between two photographs. The software works with the help of a well directed wizard which helps the users in a very effective way by means of 4 simple steps."; fDesc[5] = "will have to collect the wagons placed on the scenery, but without crashing against them. In this amusing game, you will live a funny adventure; you'll become a driver of a little train, and depending on your driving reflexes, you will advance to the next levels."; fDesc[6] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand."; fDesc[7] = "amusing and it has got an entertaining storyline. The main objective of the game is to get as much clients as you can, in order to do that you will be able to use many upgrades."; fDesc[8] = "direction in which it moves, so you can play around with that and rotate as you want. This kind of movement is especially elegant, like a fish in water. You can choose different themes for the cursor for a different look every time."; fDesc[9] = "different game modes, one of them is the story mode. You will have to click on the fishes so that they go up towards the surface and hit the boat."; fDesc[10] = "get from one level into another. Something great and creative about this game is that you can move your shooter all around the screen so that you're able to shoot from different positions and get to your target."; fDesc[11] = "warp, distort, and move around your screen freely. It supports any JPG file, and the range of possible moving effects you can apply to your planktons is almost endless. You can customize its size, shape, and speed, and combine them for surprising results."; fDesc[12] = "original features: amusing sound effects, original bonuses and a Table Of Honour."; fDesc[13] = "puzzle theme. The players have to just pop the balls and twist the funny faces to score points. Balls can be popped out by clicking on them once they are in a regular cluster together."; fDesc[14] = "invested a lot of time thinking about \"what a good screensaver must be like\": good-looking, amusing, useful, and lightweight. This screensaver has all these aspects."; fDesc[15] = "other ball. Color will be changed. Consist of five different games. Many skins, set of figures, tables, sounds schemes."; 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 = '...'; } }