function Key() {
	this.LEFT_ARROW = 37;
	this.UP_ARROW = 38;
	this.RIGHT_ARROW = 39;
	this.DOWN_ARROW = 40;
}
