
function select_country()
{
	document.country_selector.submit();
}

function select_city()
{
	document.city_selector.submit();
}
