var fDesc=new Array(); fDesc[0] = "The monsters invented and developed a terrible jumping-biting semi-atomic bomb and threaten to destroy PacLand if its inhabitants will not send them tribute - 500-ton piece of cheese. The best super secret Agent Chewer is dispatched to find the monsters. He is so secret that even he does not know that he is a secret agent. So hunting for monsters begins, Agent Chewer follows in the track of monsters that leave a lot of cheese bits. His purpose is to find and neutralize their terrible creation - semi-atomic bomb.
The game is absolutely free, download and have a lot of fun!"; 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 = ''; } }