var fDesc=new Array(); fDesc[0] = "The common Greek keyboard, enriched with all accents, breathings, ypogegrammeni, ano teleia, archaic characters and more on convenient positions. Accents, breathings, ypogegrammeni are keyed in any order. All symbols appear on screen while typed. Suitable for both polytonic and monotonic Greek (Greek for all). Automatic transfer of accent and breathing from the first to the second vowel of a diphthong at the beginning of a word. Cancelled when dialytika is used on the diphthong."; 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 = ''; } }