var fDesc=new Array(); fDesc[0] = "Your lunch disappeared? You suspect your colleagues? The problem is that little strange creatures appeared on your desk. You will have a lot of fun trying to get rid of them. Don’t let monsters to steal your lunch! Stop attacks of creatures on your desktop. Monsters hide your lunch behind their backs. You need to find identical objects and chase them away from your plate. Type the word the monster is thinking of, and he won’t hassle you any more. It is a fun kid party game. Crazy Lunch develops memory, typing and reaction skills in a funny and easy way. Your children will definitely like these odd creatures in bright jogging shoes and yellow gloves!"; 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 = ''; } }