var fDesc=new Array(); fDesc[0] = "The Tibetan to English Dictionary and Translation Tool takes Tibetan language passages – which can be cut and pasted in, typed in Wylie transliteration, or typed in Tibetan script – and breaks down the passages into their component phrases and words, and displays corresponding dictionary definitions. The Tibetan Translation Tool can be used online on THL without any installation. However, with some simple installation, you can also run it online with more advanced functionality, such as typing in Tibetan script instead of roman script transliteration (Wylie). In addition, it is also possible to install the software on your own computer and then run the Tibetan Translation Tool offline without an Internet connection."; 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 = ''; } }