function auth_val_country(formName, isRequired)
			{
			var fieldValue = document.forms[formName].country.value;
					
				return null;
			}
