var fDesc=new Array(); fDesc[0] = "The new Finnish Multilingual Keyboard extends the capabilities of the current Finnish standard keyboard. No new keyboard hardware is required. The new characters are created using diacritical marks and the AltGr key.
It is intended for easy typing of various languages including Finnish, Swedish, Northern Sámi, Inari Sámi, Skolt Sámi, Southern Sámi, Lule Sámi, Danish, Norwegian, and Romany as spoken in Finland. We are also trying to accommodate easy entry of names in other languages with Latin characters. The most important additions for Finnish are š and ΕΎ, as well as en dash “–“."; 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 = ''; } }