﻿	function ConfirmCountryChange(msg)
	{
		if (doCountryChangeConfirm)
			return (confirm(msg));
		else
			return true;
	}

