var fDesc=new Array(); fDesc[0] = "Numero Lingo is the quick and easy way to learn to count in a variety of foreign languages: English, French, German, Italian, Portuguese, and Spanish.
The software tests your ability to quickly translate numbers displayed in the selected language.
Even if you initially have no idea about the correct responses, you will quickly learn the proper translations as your incorrect answers are corrected."; 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 = ''; } }