function Go (select) {
  wert = select.options[select.options.selectedIndex].value;
  this.location.href = wert;
}
