
function GeenEnter() {
	return !(window.event && window.event.keyCode == 13);
}
