var fDesc=new Array(); fDesc[0] = "Easy English Platinum is an interactive learning system that’s proven to teach you English quickly and easily. With progressive learning lessons, speech recognition technology, and immersion learning, you’ll have everything you need to become fluent in English. Build your vocabulary, practice real-world conversations, and perfect your pronunciation. The Flexible Immersion System places you into real-world scenarios where you interact with native speakers to learn more quickly. Input your specific language objectives for personalized learning – you’ll learn exactly what you need for travel, business, or school, right when you need it."; 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 = ''; } }