var fDesc=new Array(); fDesc[0] = "Tasty Food Memory is an interesting puzzle game for free. Good enough to eat? Tasty enough to remember? Memorize the locations of the paired food items and then match them in as few clicks and possible. But watch out, they will start to move around when you make too many mistakes! Try to beat all 25 levels in each of the 4 difficulty modes, going from 8 pairs to 24 pairs. Memorize the locations of the paired cards and then match the cards in as few clicks and possible. Have fun and good luck!"; 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 = ''; } }