  function jump(parts) {
  URL=parts.options[parts.selectedIndex].value;
  location=URL;
}
