var fDesc=new Array(); fDesc[0] = "While transliteration (the process of using the Roman alphabet – or another modern alphabet – to represent the sounds of a different language written in a non-Roman script) is useful as a pronunciation aid in Greek and Hebrew books, it plays an even more important role in many non-Hebrew Semitic language reference works. It is not uncommon, for example, to see entire books on Akkadian or Ugaritic that are entirely transliterated, with no characters in the original scripts."; 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 = ''; } }