var fDesc=new Array(); fDesc[0] = "Discover why TELL ME MORE is the most complete and comprehensive language solution available. You have full access to the actual TELL ME MORE Webpass program. Learn and speak with confidence Dialogues and role play activities immerse you in real-life situations. Improve and refine your pronunciation State-of-the art speech recognition technology immediately assesses your pronunciation. Have fun while learning Thousands of fun and interactive exercises will keep you motivated and engaged."; 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 = ''; } }