var fDesc=new Array(); fDesc[1] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money."; fDesc[2] = "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[3] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones."; fDesc[4] = "The game includes wonderful 3D graphics and great sound effects and music. It includes multiple interesting courses to choose from and an editor that allows you to create your own courses."; fDesc[5] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "family and you have to do that in time. The game has a Sim-like top down view and it looks good. But it gets repetitive very quickly, you might want to try it first."; fDesc[7] = "pictures or choose from the supplied thematic galleries. Random jigsaw pattern is used for each new game. Generated puzzles can be also printed on paper."; fDesc[8] = "time, landing in random places. Now, to ensure her wedding goes off without a hitch, Jill herself must travel through time and work quickly to get herself and her guests back before the ceremony begins."; fDesc[9] = "introduction showing the arrival of Dr. Humerus to the Heartland Hospital. Needless to say, you will be guiding Dr. Humerus in his quest to gain fame and fortune by healing patients and exploring the world."; fDesc[10] = "a new adventure with new costumers to serve, new cakes to bake and new far-flung bakery locations!!! Cake Mania 2 is a new oportunity for the gamer to play as Jill and serve out-of-this-world costumers. With 18 new costumers the fun never ends!!!"; fDesc[11] = "many new features, it contains over 20 marine animals. Undoubtedly, the Zoo Tycoon series is one of the most successful franchises in this area."; fDesc[12] = "to keep the shelves of the supermarket stocked, so that the customer can get whatever they want without losing patience. All the customers have different personalities, food tastes and patience levels, and they include common people, movie stars and teenagers."; fDesc[13] = "take a course to learn how to land a plane, load it, unload it and help to take it off. You can go to the Academy and take the tutorial or take a correspondence course and obtain your diploma later."; fDesc[14] = "game. You will be controlling Emma, a nanny that will take care of the house and kids of a celebrity family, while keeping the paparazzi away. She will have to watch a baby, clean up the house and launder the clothes before the parents come home."; fDesc[15] = "create puzzles easily from any picture with a wide range of options."; 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 = '...'; } }