function go(s) {
  var t=s.options[s.selectedIndex].value;
  if (t!="") window.location.href='kalkulace.php?typ='+t;
}
