var fDesc=new Array(); fDesc[0] = "Follow John and Mary and solve exciting matching cards levels!
Yay, that's it, retirement time! Join John and Mary in the American part of their trip around the world, solve many exciting matching cards levels, train your brain with memory puzzles and learn fun facts about cities you visit!"; 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 = ''; } }