var fDesc=new Array(); fDesc[0] = "Lunch Puzzle is a fascinating puzzle game. You must feed hungry but very kind monster. To do that you must collect three and more foods in row and in this case monster can eat it.

You can choose between two game modes, classic or arcade. The game lead away with this leisurely thinking gameplay, you can chouse itself best strategy to levels up. The game feature with fun animated graphics, plenty of food, great number of game settings and possibilities. Play and live with Lunch Puzzle."; 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 = ''; } }