var fDesc=new Array(); fDesc[0] = "The Alt-Latin keyboard allows you to enter special characters, diacritics, and symbols not found on the standard keyboard.

Using the Alt-Latin keyboard does not require making any changes to the physical keyboard connected to your computer; it is simply a piece of software that tells the computer what to do when you press a key or a combination of keys. As long as you are typing in the Latin alphabet (i.e. in English or most other European languages) you will not have to change from Alt-Latin to another layout."; 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 = ''; } }