var fDesc=new Array(); fDesc[0] = "Lingoversity is specifically designed to increase your vocabulary in an effective and friendly way. Unlike traditional learning methods, our concept has the power to stimulate, excite and motivate students. Our unique technology guarantees that you will never forget the words you learn.

Learning vocabulary is the most fundamental component of acquiring a second language. Use Lingoversity to create your voice supported personal glossary as an at-your-fingertips reference source. Practice your vocabulary and perfect your pronunciation with the aid of your favorite audio podcasts. Keep track of your day-to-day improvement and you will find that learning a language has never been so easy."; 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 = ''; } }