var fDesc=new Array(); fDesc[1] = "enough to keep them happy, make money and offer new products, continuously improve your restaurant to make it the best."; fDesc[2] = "satisfy all of your clients to get money and grow in the business. The game is really easy to be played, you control it all by using your mouse. You will have to take orders, clean dishes, take the orders to your personal chef and deliver the food to your clients."; fDesc[3] = "ingredients in the kitchen, to cook the recipe that the game shows to you. You can try this game for 60 minutes before you buy the licensed version for only 19.95 dollars."; fDesc[4] = ", and collect tips. You must help the restaurant owners to collect the money needed to pay their rents to Mr. Big, who wants them to fail because he wants his big restaurant to be the only one in the city."; fDesc[5] = "training in which the player is going to be explained the idea of the game. When starting the real game the player will not have a rest and will have to pay attention all the time."; fDesc[6] = "will be able to have some help achieving success with her restaurant. The player can choose between two game modes: City to City and Day In, Day Out."; fDesc[7] = "burgers, and adding theme cheese, tomatoes and other fixings in groups of three or more. You´ll get more money if your clients are satisfied, so it´s important to keep them happy."; fDesc[8] = "dishes, drop dishes off and bring the bills. Help Snowy so his restaurant turns into the best place in town. Enjoy this fun restaurant simulator."; fDesc[9] = "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[10] = "restaurant, striving to obtain a 5 star rating. You´ll have to cook multiple dishes at the same time, and invent creative recipes of your own."; fDesc[11] = "table, first and second courses plates and also the dessert. Your Master Chef Mr. Gordon Ramsey will be watching you very close, beware about all your movements."; fDesc[12] = "to open a cooking school. Graphics are colorful and sounds are really pleasant to your ears. You will have a good time with it."; fDesc[13] = "must choose a player, or create a new one. Then, you can choose to play in the Adventure Mode (when you struggle to become a 5 star cheff) o A La Carte mode (where you´ll have to run endless shifts till you lose)."; fDesc[14] = "a college debt riding on her and a job coming to an end. Her only chance is to travel around the world, working at different joints and proving her culinary abilities."; fDesc[15] = "rich set of reports covers all restaurant operations and life cycles. Easy to install and use; affordably priced."; 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 = '...'; } }