function noenter(kc) {
	if (kc==13) return false;
}