var fDesc=new Array(); fDesc[0] = "Students learning English gain familiarity with over 100 English terms through interactive game play and repetition.

LOWA ESL Memory Game is a captivating and interesting game that helps you learn English and also helps you with a memory test for keeps you concentrate."; 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 = ''; } }