var fDesc=new Array(); fDesc[0] = "Cheese Hunt is an adventure game for free. Move the mouse with arrow keys, jump on top of mushrooms and fences to collect cheese and avoid spike traps. Find and eat all of the cheese.

You will be rewarded with bonus time for finishing the levels quickly. His little belly is like a bottomless pit and his craving for good cheese is limitless! He's on a wild hunt for the tasty, yellow, creamy stuff and you've got to help him. There will be obstacles - make sure he jumps over them!"; 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 = ''; } }