function jump(theSelect)
{
   selindex = theSelect.selectedIndex
   selvalue = theSelect.options[selindex].value
   window.location.href = selvalue
}

