function CharacterCount(field,remaining)
{
	remaining.value = field.value.length;
}
