function jumpto(obj)
{
  if (obj.options[obj.selectedIndex].value != "")
    window.location.href = obj.options[obj.selectedIndex].value;
}