var fDesc=new Array(); fDesc[0] = "This program was developed to allow bilingual or multilingual computer users quick and easy access to the accented characters, letters or symbols that are unique to each of the 14 Western Ero languages but not displayed on English keyboards. Custom views display the accented characters of Albanian, Catalan, Danish, Dutch, Finnish, French, Gaelic, German, Icelandic, Italian, Norwegian, Portuguese, Spanish and Swedish. With this program a user will easily be able to correspond in a foreign language with the correct language characters. These characters are referred to by linguists as diacritics. This software solution performs without having to change any Windows"; 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 = ''; } }