function goNextField(field,value) {
	if (value.length == 4) {
		document.all[field].focus();
	}
}
