var fDesc=new Array(); fDesc[0] = "Lucky Farm is a program that allows you to test your kids memory speed and recall limits as they have fun matching cows, pigs, and other animals cards. The goal is to match cards before the timer runs out and don't waste all the remaining turns. It features an online high scoreboard that allows you to compare your memory against other players from around the world. It contains 20 levels that change the card placement each time the game is played."; 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 = ''; } }