var fDesc=new Array(); fDesc[1] = "confection company. You must help her to build a new cocoa corporation and regain control of Baumeister Confections, searching the world for exclusive recipes, helpful hints, and secret ingredients to mix into rich new recipes in your tasting lab."; fDesc[2] = "factory and you must get ingredients to prepare different products to sell in the market of chocolate. Zürich chocolate is famous all over the world and you must cover the world demand and make your business grow."; fDesc[3] = "manufacture of chocolates. You’ll have to learn to produce chocolates, get recipes, negotiate with dealers, and go travelling around the world to get some exotic ingredients and hard-to-find recipes. It's a strategy game in which you will be receiving several missions to accomplish."; fDesc[4] = "customers happy. You have six stations to prepare the orders: Sauce station, Flavors, Shapes, Ingredients, Toppings, and Infusions. You can try this game for 60 minutes before you buy the licensed version."; fDesc[7] = "control in this game is Megan, a young women which bought a house near the sea, but the house is not in very good conditions, so she needs your help to take pictures under the sea and find some antiques and then sale them in order to collect some money."; fDesc[8] = "mind: becoming the apprentice of the Legendary Sven Minski. Graphics have been superbly done, with lots of colors and details, and nice fitting music. If you are a fan of this type of games, then it surely won't disappoint you."; fDesc[9] = "fight against polar bears, so as you can imagine this game story is quite like David and Goliath. Each level comes in two stages. You launch penguins at the first stage (aim carefully!), and you bomb them at the second one. It is all about good timing."; fDesc[14] = "has a variety of styles of puzzles made out of turkish delight, snakes, ice cubes, magic walls, sliding blocks, and of course chocolate."; 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 = '...'; } }