// JavaScript Document

function GoCountry(sCountryCode) {
	if (sCountryCode!='') {
		location.href = 'default.asp?country=' + sCountryCode
	}	
}

