var fDesc=new Array(); fDesc[0] = "Star as Leon the Chameleon in the fruit-licking, colour-changing, puzzle-solving adventure across 4 worlds and 48 brain-tingling levels. The pesky fruit monster Ms Tum Tum has broken her bikini diet plans and gobbled Leon's stash of juicy fruit. Not only that, she's kidnapped Leon's precious babies too!

Help Leon eat his way through fruity, fiendish puzzles, licking fruit to change color and choosing the right combinations of fruit to finish each level. Leon must also rescue his babies along the way. Deceptively simple and original gameplay!"; 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 = ''; } }