var fDesc=new Array(); fDesc[1] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly."; fDesc[2] = "of same colors to collect them and defeat the evil black wizard, this game will give you a great challenge of time and fast abilities. A simple and easy game with a lot of good fun play."; fDesc[3] = "accept races or challenges to progress the story, with the ultimate goal of competing in numerous \"Piston Cup\" races. The gameplay is based on simple controls offering the possibility of jumping off the ground and pull off a number of moves as a bonus."; fDesc[4] = "can swap two adjacent jewels by clicking both squares or by dragging one jewel to and adjacent square. As jewels get matched the squares below them turn to gold. The aim of the game is to turn the complete board to gold."; fDesc[5] = "tribe with the help of the rest. Build your home, fish for food, play with kids, find a couple and raise a family in this nice game \"My Tribe\"."; fDesc[6] = "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[7] = "friends. You can also play the single mode and answer adult or kids questions. The adult questions are more difficult. Each person will have to throw the dices and then choose a question category."; fDesc[8] = "animals, figures, colors, order and mind process. In this game Kids will learn a lot and will have a great fun with Bob the Builder and with lots of different animals."; fDesc[9] = "least time possible. This light weight application, developed by 5games.com, is suitable for all family members including kids."; fDesc[10] = "level of this game will challenge you with different tasks and historical periods. With this game you will learn and challenge your memory and visual ability."; fDesc[11] = "to Egypt to visit Velma’s cousin—only to find that she’s disappeared and a spooky old Mummy is frightening the tourists!"; fDesc[12] = "counting. Kid’s Abacus has a simple interface with simple images which I think is better for small kids’ eyes of this age group. With Kid’s Abacus your kids can easily learn math counting."; fDesc[13] = "touching each other, no matter the way they are arranged. It includes beautiful and colorful characters and scenery with an interesting story that will keep your kids amused."; fDesc[14] = "all know that babies are indeed delivered by storks. It the only fact that we humans know for sure. In this game, you can see how the whole process goes. Babies are first manufactured in a factory, where conveyor belts take them into several machines to assemble them."; fDesc[15] = "grade kids. The game is developed to assist the teaching of reading for kids with ages 6 to 8. You must help Reader Rabbit and Sam the Lion to obtain the things that the Professor requires to fix his hovercraft, and then recover their Dreamship."; 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 = '...'; } }