/*
Some other stuff. */

function max_dyi(field, countfield) {
	if (field.value.length > 430)
		field.value = field.value.substring(0, 430);
}
