var fDesc=new Array(); fDesc[0] = "Hangeul Assistant is an application you can use to learn Hangeul (Korean script). The available functions are: Type in Korean, Type on a cellphone, Copy text, Switch to/from Essay Mode, Conjugate Verbs, See pronunciation and Search for a term. You also have access to a 6-step Learn Hangeul Wiki tutorial, to Korean Grammar Forms and Korean Vocabulary pages."; 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 = ''; } }