function country(countryName){
	document.getElementById("countryText").innerHTML=countryName;
}