var fDesc=new Array(); fDesc[1] = "that needs to eat smaller fishes to grow up; likewise, we get points, bonuses, and pass on to next levels. The game becomes more and more interesting (and difficult) as we grow bigger and get to eat our old enemies."; fDesc[2] = "employed for a TV show production. This fun and easy-to-play game turns you into a very busy waitress trying to keep the customers happy, and that could get more difficult than it sounds. Try this game for 60 minutes before you buy the licensed version."; fDesc[3] = ", 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[4] = "is part of this big HP family and this company is dedicated to the imaging products. Within its web site there is a section called Design Center, where you can find and download different templates."; fDesc[5] = "In this game you must serve people what they want as fast as possible. As you get through the stages you earn money. This money can be used to buy new machines, to increase the price of food, and to upgrade your restaurant to keep clients happy."; fDesc[6] = ", let’s you know that the game is related to the food business. Actually, you’re gonna be representing SpongeBob who will be playing the role of a waiter, doing his best at serving customers in his dinner."; fDesc[7] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand."; fDesc[8] = "also refine the search by selecting one or more of the 24 food categories. A free software with amazing results."; fDesc[9] = "is as fun as its prior version and has a totally redesigned scenario (fast food stand). You can try this game for 60 minutes before you buy the licensed version."; fDesc[10] = "food additives is used for. Let’s make a little review about food additives. By centuries these food additives has been used i.e. sugar, salt, vinegar. These ingredients are and were used to preserve food. At the moment, we are still using them but with other artificial ingredient to preserve."; fDesc[11] = "missions, all of them regarding food. You need to complete the 6 missions in order to help the hungry, from the moment the crisis arises to the moment the assistance is no longer needed. Given the nature of the game it's licensed as a freeware and freely distributable."; fDesc[12] = "animals that appear in the grid, giving them the right food, before times runs out, or you run out of food. You will achieve this by picking different kinds of food and placing it adjacent to a group of similar animals."; fDesc[13] = "him to survive in the sea eating the fishes that are smaller than you, and avoiding to be eaten by fishes bigger than you. As you eat smaller fishes, you grow bigger, and so you can eat bigger fishes, that become smaller than you."; fDesc[14] = "and other food-related databases. The program will help you have a perfect recipes collection from different places, and have a perfect food analysis of each recipe."; fDesc[15] = "maximize nutritional quality and eliminate waste. The program offers you create Pantry, Recipe Book, and Menu plan. It will calculate your needs for any period you want. You will be able to get a shopping list with items list, cost and quantity of products you need."; 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 = '...'; } }