var fDesc=new Array(); fDesc[0] = "Gourmania is a great game where you will learn to be a chef and you will enjoy satisfying your customers. The main objective of this game is to satisfy your customers needs and serve them as soon as possible what they ask for. You must check the orders, select the ingredients, make their food, serve it and collect your money. In this game you will learn about different food and restaurants, like fast food, retro, coffee, sushi bar, pizza, bowling bar and Grand restaurant. To reach new levels you must earn money and upgrade your tools. Each level will challenge you with a bonus level where you must place ingredients in the place that they belong. The game allows you to purchase each business you are working for, you must earn enough money to buy each place and open new challenges. Be fast with each order or your costumers will leave the place and you will lose your money; don't let them wait for their food. If you serve each order fast you will get great tips and you will get expert titles. Playing this game is very easy, you just need your mouse, move your mouse over your objective and press left mouse button to select."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }