var fDesc=new Array(); fDesc[0] = "Kurso de Esperanto is a software for teaching yourself Esperanto.
ESPERANTO is spoken by millions of people all over the world, so you can meet people wherever you go without any language problem at all. And ESPERANTO speakers find that they get to know people from other countries far better using ESPERANTO than when they use English or another national language."; 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 = ''; } }