var fDesc=new Array(); fDesc[0] = "EasyTrain (ET) is a free, versatile learning program. With ET you can learn vocabulary, train multiple choice questions and deal with multiple field questions like conjugations or declinations. You have something to memorize ? Do it with this program !
ET was programmed with the intention of creating a learning-aid that can handle various kinds of learning styles and combine them under an easy-to-use interface, allowing you to create your own lectures you need e.g. for school or for any other purpose."; 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 = ''; } }