var fDesc=new Array(); fDesc[0] = "In Snowy Lunch Rush you will be playing a polar bear that works at a restaurant. After the installation is done you will have to type your name, and you will be able to choose between two different game modes, career game and endless game. The endless game will be disabled at the beginning so you will have to unlock it by going through several levels in career game. In order to earn points you will have to serve food to the restaurant customers, and in order to win more points you need to do it as fast as you can. At the beginning of each level you will be told which will be your minimum goal and also which score you need to reach in order to be considered an expert.
You will also have to pay attention to the customers mood, these way you can know what they want and which customer is about to leave the restaurant because their patience is almost zero. Among the tasks you will have to do, you will find cleaning tables, sitting the customers, write down the order, serve food, bring the bill, gather dirty dishes and drop them off. In order to earn more points you can do combos if you perform the same task in a row."; 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 = ''; } }