var fDesc=new Array(); fDesc[0] = "Learn Spanish, French, Russian, Greece and other languages having fun with 5 motivating language games, a multiple choice test and a lesson editor. Each of the games Category, Word Invader, Memory with Words, Puzzle and WordTris supports a step in the learning process of "getting familiar with words", "consolidating your vocabulary" and "fast generating of translations". While playing, the games adapt to the players knowledge and learning advances. Easy and learned words are discarded automatically, while words not guessed are repeated to increase the learning results. Powered by psychological mnemonics and comfortable features like understanding synonyms and ignoring typing errors, these games are high effective modern learning instruments, which present themselves in an extreme simple, but well designed user interface."; 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 = ''; } }