// Updated 20090415

function show_country(){
	var dropDown = window.document.getElementById("country_dropDown");
	dropDown.style.display = "inline";
}