function keypressed() {
alert("Sorry, this key function has been disabled.");
}
document.onkeydown=keypressed;