var fDesc=new Array(); fDesc[0] = "L-Lingo Malay is designed to turn learners into fluent users. The Malay lessons cover all aspects of living, working, socializing and traveling in Malaysia. The multimedia content accelerates your language learning by hooking Malay words or phrases to relevant images and sound bites of native speakers. Incorporating current research in language learning, our user-friendly language learning software will enable you to rapidly gain the ability to read, write and converse in Malay."; 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 = ''; } }