var fDesc=new Array(); fDesc[0] = "WordsGalore is a free dictionary which will help you learn English, Spanish, Chinese or Korean in no time.

You have the option to customize it because it has de option to edit, record, search and print word lists.

WordsGalore remebers the words user has learnead, so that you can continue your study of that language.

You can create user-adjustable MP3 files and you can select any language pair you want from the available list (English, Spanish, Chinese or Korean)."; 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 = ''; } }