function go_there() {
  if (document.change_locale_form.locale.options[document.change_locale_form.locale.selectedIndex].value != "none") {
	location = document.change_locale_form.locale.options[document.change_locale_form.locale.selectedIndex].value
  }
}


