var fDesc=new Array(); fDesc[0] = "Allows to peck out Hebrew letters on a keyboard for English-speaking areas and automatically generate gematria, Temur and notarikon. Can also paste in Hebrew found in other sources and / or enter the analysis in Hebrew and English, Hebrew transliteration. For best results, use an Internet connection to the additional functionality to search for matches against the Esoteric Delights Gematria Gematria basis."; 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 = ''; } }