var fDesc=new Array(); fDesc[0] = "Voice Memory Game is an educational game for kids to learn Mandarin. It can help you enriching your children's Mandarin vocabularies. Through playing this game, kids will enjoy this learning process and at the same time they will have interest in learning. You may add more Mandarin words and pictures to the software application by yourself according to the Mandarin learning progress of your kids."; 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 = ''; } }