var fDesc=new Array(); fDesc[0] = "Try your matching skills in this new sweet adventure! The Cooking Contest is coming up, and you are going to amaze the jury with the masterpiece you have cooked by the recipe, which was given to you by your grandmother. But just the day before the contest you find out that the recipe disappeared! Now you'll have to make up a new one, and recollect all the ingredients. Enjoy the addictive puzzle with its two game modes and two different kinds of performance! Become a world-famous cookery expert!"; 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 = ''; } }