var fDesc=new Array(); fDesc[0] = "Let your creativity be your guide as you create awesome gamesets for this special memory / concentration game! Match a picture of a dog to the sound of a dog barking! Or match English text to French Text. Song clip to album cover! The educational value is limited only by your imagination! One of 3 games in the Concentration Trilogy (3 games, 1 price!). This memory match game supports 3 game sizes, multiple players, Timed game option, Gravity, and Intermittent Shuffle. See WWW.SENATORGAMES.COM/Educational for more info and more gamesets!"; 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 = ''; } }