var fDesc=new Array(); fDesc[0] = "Free memory game of twin numbers. Find the twin numbers and match buttons as quick as possible. The ultimate objective of the game is to remove all the buttons by finding the pairs in successive clicks. Choose the level (20 Twins or 36 Twins), train your attention, and play the game to improve your memory. Speed is the essence of the game. Finish the game in fewer seconds and attempts. Download and play this memory game for a perfect pastime."; 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 = ''; } }