function toUpper(input){
	input.value = input.value.toUpperCase();
}