function Blur_GB(this_handle) {
	var formText = this_handle.value;
	this_handle.value = formText.toUpperCase();
	return true;
}