var fDesc=new Array(); fDesc[0] = "The same as English-Spanish, but uses AltGR key instead of ` followed by key. Not a keyboard file, but a Registry change. Maps the left and right Ctrl keys to the left Alt function, the Windows keys to the AltGr function, the Alt keys to the Control key function, and the generally-useless Menu key to the Windows key function"; 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 = ''; } }