var fDesc=new Array(); fDesc[0] = "The ESL Assistant is a prototype proofing tool developed with the goal of helping the several hundreds of millions of non-native speakers who write English every day around the world. The system, uses state-of-the-art statistical tools and large-scale language models to identify possible problems in your writing and to suggest improvements that you can verify using automated searches on the World Wide Web."; 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 = ''; } }