<!-- 
function countryNavigation(frmSelectCountry)
{
	var URL = document.frmSelectCountry.countrySelect.options[document.frmSelectCountry.countrySelect.selectedIndex].value;
	window.location.href = URL;
}
//-->