function setCountry(CountryPath)
{
	/*if (document.setCntryForm.setCntry)
	{
		if (document.setCntryForm.setCntry.checked)
		{
			var expdate = new Date();
			expdate.setTime(expdate.getTime()+(60*60*24*365*1000));
			document.cookie = "PurinaIntl06=" + CountryPath + "; expires=" + expdate.toGMTString() + "; path=/";
		}
	}
	else if (document.setCntryForm1.setCntry1)
	{
		if (document.setCntryForm1.setCntry1.checked)
		{
			var expdate = new Date();
			expdate.setTime(expdate.getTime()+(60*60*24*365*1000));
			document.cookie = "PurinaIntl06=" + CountryPath + "; expires=" + expdate.toGMTString() + "; path=/";
		}
	} */
	redirect(CountryPath);
}

function redirect(CountryPath)
{
	window.location.href = CountryPath;
}