var fDesc=new Array(); fDesc[0] = "Moving Memory is not just another memory game: the high-end graphics also give a very good visual experience. This game can be played online, and also offers a smart and easy-to-install version for your desktop.
In this game you pick the cards pair by pair until the pair matches. You win when you matched all the card pairs. This is the classic matching memory game, but there is a new twist - the cards will rotate, this makes the game much more difficult and challenging."; 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 = ''; } }