var fDesc=new Array(); fDesc[1] = "allows the user to customize the LightScribe settings and even keep track of the system’s information. The user can double click on the LightScribe icon placed in the system tray on the right lower corner of the Windows desktop screen."; fDesc[2] = "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[3] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[4] = "enough to keep them happy, make money and offer new products, continuously improve your restaurant to make it the best."; fDesc[5] = "applications, which serve as a link between the palm device and the computer, synchronizing Calendar and events, Contacts, Tasks, Notes or Memos in an easy, fast and reliable way."; fDesc[6] = ", 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[7] = "makes it better than other editors in its group. It is supported on Windows family operating systems. It supports many programming languages to serve the needs of programmers."; fDesc[8] = "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[9] = "restaurant at a time. It's up to you and SpongeBob to seat, serve and satisfy even the squirmiest of patrons. The game has 50 levels, 5 undersea restaurants, 2 modes of play and 5 types of customers."; fDesc[10] = "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[11] = "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[12] = "clothing to them, get paid, and do some cleaning when there are no customers in the shop. You can try this game for 60 minutes before you buy the licensed version."; fDesc[13] = "punished you to work at the Yummy Drink Factory and serve delicious drinks to thirsty villagers as you work your way to freedom. You can unlock tasty new recipes and decorate your shop to keep your patrons happy to earn enough to earn your liberty."; fDesc[14] = "earn money. Each day of work you have to earn a certain amount of money to pass to the next day. You have to serve customers as soon as possible, otherwise they will leave, and you will lose some money."; fDesc[15] = "you've just inherited is ... an orchard, you think what a marvellous idea would be to make lots of money by opening a smoothie stand. Serve your fruit cocktails to the people of the island."; 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 = '...'; } }