var fDesc=new Array(); fDesc[0] = "Cooking Academy is a great fun game and a good challenge. The main objective of this game is to prepare the recipe of each order in the least time possible. This game has different levels where you will learn about different types of food. You must prepare Chinese cuisine, among many recipes. Work for the Golden Dragon Restaurant and make this business grow. To serve an order you must select the necessary ingredients and prepare the recipe provided. Satisfy all your customers and be fast serving your orders. You must earn a certain amount of money and prepare a certain amount of orders to complete your task. In this game you will enjoy hosting the Golden Dragon, you will learn about Chinese food and the magic of its cuisine. Playing this game is very simple, use your mouse and place it over the ingredient you need, and press left mouse button to use that ingredient. You must use the correct proportion in each recipe to have the order correct. Make your business grow and buy new ingredients for new recipes."; 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 = ''; } }