var fDesc=new Array(); fDesc[0] = "At this point there have been 3 different keyboards created which include the 3 different UniPers-specific letters with diacritics: â šŠ žŽ. You can download any or all listed below. Please note that you must have MS Windows NT4.0, Windows 2000, Windows XP, or Windows Server 2003 for these keyboards to work. They are not designed to work with other Operating Systems.

UniPers-1 Keyboard Layout - This layout should be associated with English keyboards (EN). It is the regular US English keyboard with the following differences:

[ key replaced by â - { key replaced by Â
] key replaced by š - } key replaced by Š
\ key replaced by ž - | key replaced by Ž"; 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 = ''; } }