var fDesc=new Array(); fDesc[0] = "Memory Builder is a desktop application designed to help kids build up their French vocabulary, but also to test yourself on almost any subject where small questions and answers work.
The idea is that you add in a selection of questions/answers, then you just test yourself by going through a few questions every now and again and checking the answers if you need to."; 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 = ''; } }