var fDesc=new Array(); fDesc[0] = "English for free is free language learning software written to help people learning English as a second language.
It is a bit of fun which will help English language learners increase their vocabulary, as well as learn phrases, over a wide range topics through games and tests.
The software requires access to this website as we are continually adding, changing and revising the content. These are loaded each time the software is run. We may change this in the future."; 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 = ''; } }