var fDesc=new Array(); fDesc[0] = "Have you ever dreamed with cooking delicious dishes without all the hassles? Then this game is for you. Cooking Academy is a game in which you will learn how to make tasty dishes in a safe, clean manner. You will be a student in a cooking school and your teacher, an accomplished Chef, will assign you a series of cooking tasks. Each of these tasks include several steps that you should follow whithin a certain time span for completing the task successfully. The time you employed and the accuracy achieved in each step will give you a certain score which, at the end of the task, will constitute your final score, expressed as a school note (A, B, C or D). Once you have finished a certain number of tasks on the first level (Appetizers), you will be allowed to advance to the next level (Breakfasts), which is more demanding and exciting.
Trial version is fully functional. Nevertheless, it presents ads at startup and from time to time during the game. There is an ad-free version that you can purchase directly from the game's interface."; 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 = ''; } }