function initKeyboard() {
        document.onkeydown = KeyPress;
}
window.onload = initKeyboard;

