var fDesc=new Array(); fDesc[1] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[2] = "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[3] = "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[4] = "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[5] = "potions to magical creatures in a tavern in the world of fairies. However, you will soon discover that the tavern is haunted, and you can not leave unfinished any of the shifts. Now you must respond quickly to all customers, if you want to be able to leave the tavern."; fDesc[6] = "strategy, role, management and social interaction, all this in the Middle Ages in Europe. Plot: The idea of the game is to live the life of an individual with ambition to progress in the medieval society."; fDesc[7] = "rich set of reports covers all restaurant operations and life cycles. Easy to install and use; affordably priced."; fDesc[8] = "(by a separating character such as a space, comma or other character) and placed into the correct number of new fields. Access 2000 or higher."; fDesc[9] = "computer. Enforce authorized user policies. Prevent viruses, malware, identity theft, and computer changes."; fDesc[10] = "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 = '...'; } }