var fDesc=new Array(); fDesc[1] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers."; fDesc[2] = ", Challenge Mode, Relax Mode and Expert Story. The Story mode will tell you a story, where you receive by mail blueprints for a machine, you build it, and the result is a robot that makes burgers. You decide to run a burger shop."; fDesc[3] = "brick-busting game to a new and more thrilling level. Playing Ricochet is very easy, you only have to control you shielded ship with your mouse and destroy all the bricks with the ion sphere."; fDesc[4] = "from the board by connecting those that have the same pattern (image, figure). You have to complete this task before the time expires. Some settings are available, like selecting the pattern to be displayed on the tiles and choosing among three difficulty levels."; fDesc[5] = "attractions or food stores to entertain and keep your costumers happy. The game has very good graphics and action. By the time you build more attractions more costumers will come visit the place."; fDesc[6] = "equipped with fighting weapons and a bomber. You are entrusted with a difficult mission - to eliminate all enemy raiders and land invaders."; fDesc[7] = "help to succeed. Since he and his friends are in the middle of the jungle they need to cross some rivers around them. Your mission is to build a bridge as they come marching, before they fall down into the waters."; fDesc[8] = "form big words and learn about ocean animals and fishes. Choose any word you want that is in the dictionary and form the word in your screen before time is up."; fDesc[9] = "Children can choose among the seven different rooms within it and the backyard. In the babies´ room, children can learn several activities to entertain the babies like feeding them, making them play with toys or picking a story from the book to read them."; fDesc[10] = "finding the hidden objects listed, finding the pearls, finding keys, and a mini game of 10 differences to find in an image. Each level of this game offers new adventures and games to play."; fDesc[11] = "into what we could call “levels” or “missions”. With a wonderful interface and a warm music you enter into a welcoming atmosphere while playing this puzzle game, achieving its main goal: to entertain you."; fDesc[12] = "However, the game fails to provide any factual information and it actually makes whale-killing an entertainment."; fDesc[13] = "In fact music is present every time, quite often very repetitive and annoying. We have to find the name of this fairy tale by consulting to the rest of them (8 in total) and going along a map with different locations."; fDesc[14] = "music and you must make music with this puzzle challenge to make guests happy. The game allows you to play different games so it is never boring. Challenge changes and you will always have fun."; fDesc[15] = "keyboard locking for kids, simple 21-instruments piano, absolutely calm about your opened documents. ABC feature is very useful too."; 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 = '...'; } }