var fDesc=new Array(); fDesc[0] = "Cake Mania - Back to the Bakery is a very enjoyable game in which you play Jill Evans, who manages her grandfather 's small bakery and saves his business from bankruptcy. Basically, your job is to take the customer's orders, prepare the cake, serve it, and finally collect the money. The first levels are pretty simple since the customers come in a while and you have enough time to do everything, but as the game progresses you will have to very quick and remember everything or the customers will be unsatisfied. As you progress and make more money, you have the ability to upgrade your business buying faster ovens, sophisticated machines, etc. and you will also cook more complex products like layered or decorated cakes. Also, there ae bonuses for keeping critics happy and many other creative features. However, there are some things that could be improved, for instance, the ability to see what shape of cake is baking since you will probably forget what you've got in the oven. The game offers polished graphics, comprehensive tutorials, and a nice music. If you are looking for an enjoyable and fun time management game, Cake Mania - Back to the Bakery will not disappoint you."; 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 = ''; } }