var fDesc=new Array(); fDesc[0] = "Matching Game 2 gives you more cards to flip - toys, people, kids, and vehicles! Flip any two cards to see if they match. If they do, watch them disappear. Make all the cards disappear to complete a level. Complete 10 levels to win the game! Matching game has two levels of difficulty with an easy level for younger kids and a hard level that provides greater challenge for older kids. Matching objects helps build early math and language arts skills by sorting and distinguishing between bright, colorful objects. Download a free trial version of Matching Game 2 that you can use indefinitely!"; 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 = ''; } }