function fncountry_select() {
	
	if (document.country_select.country.value == "chhome") {
		//window.location = "http://10.20.201.219/rms/schinese/";
		window.location = "/rms/schinese/";
		return true;
	}
	else if (document.country_select.country.value == "hkhome") {
		//window.location = "http://10.20.201.219/rms/schinese/";
		window.location = "/rms/english/";
		return true;
	}
	else {
		newwindow=window.open("http://www.rmsna.com/" + document.country_select.country.value + ".htm");
		//alert(document.country_select.country.value);
		return true;
	}

}
