function menuselect() {
  var city = document.getElementById("menu").value;
  window.location="index.php?module=sorrend&msel="+city;
}
